sailoog / openplotter

Obsolete project. New one and active: https://github.com/openplotter
http://www.sailoog.com/openplotter
GNU General Public License v2.0
153 stars 53 forks source link

add socketCAN support #198

Open Dirk-- opened 6 years ago

Dirk-- commented 6 years ago

since wifi_server.py overwrites /etc/network/interfaces , a first step might be to include source /etc/network/interfaces.d/* to allow custom can and vcan interface settings

sailoog commented 6 years ago

good idea. Do you have can and vcan interface settings samples?

pin @e-sailing

e-sailing commented 6 years ago

You can disable overwrite of /etc/network/interfaces by deleting the line '# generated by openplotter' in file /etc/network/interfaces and then disable wifi ap (nothing will be overwritten anymore until you click enable wifi ap). This is an undocumented feature (line 325 in wifi_server.py).

Dirk-- commented 6 years ago

samples: yes, work in progress: https://bastelbude.grade.de/mediawiki/index.php?title=OpenPlotter

sailoog commented 6 years ago

Thanks!

sailoog commented 6 years ago

Added by https://github.com/sailoog/openplotter/pull/200

FredericGuilbault commented 5 years ago

@Dirk-- does the merhe #200 solved the issue for you ? Can we close it ?

Dirk-- commented 5 years ago

Sorry, I did not do any testing (recently working with 'pure' signalk only) ...