SignalK / specification

Signal K is a JSON-based format for storing and sharing marine data from different sources (e.g. nmea 0183, 2000, seatalk, etc)
Other
91 stars 68 forks source link

Source history #517

Open joabakk opened 5 years ago

joabakk commented 5 years ago

Would it be an idea to add a path to the source history? Say I have a sensor, transfer the data from a server to another over ws, and to a third server over ws. The source will say it is ws from the second server, but what I may really be looking for is where does the value come from. So it sould be "source: "ws.secondserver", sourceHistory: [sensor, ws.server, ws.secondserver ]" or similar?