SignalK / signalk-server-java

DEPRECATED - see https://github.com/SignalK/signalk-java
Apache License 2.0
6 stars 9 forks source link

Server should remove list of instruments from resources when starting. #44

Open RBerliner opened 7 years ago

RBerliner commented 7 years ago

If an instrument fails and must be disconnected (like and electronic compass), on restarting the server, the last compass reading is still used and the server uses this value (instead of the GPS) to calculate heading.

In order to remove the failed instrument from the list of resources, it is necessary to do a clean start with with self.json, signalk-config.json, etc. deleted and build them anew.