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

docs: clarify websockets hello message #475

Closed bkp7 closed 6 years ago

bkp7 commented 6 years ago

Documentation improved.

Add new json schema file to be used to validate the hello message.

Add sample and test json files to illustrate and test usage.

resolves #473

@tkurki be grateful if you could take a look at this. In particular there appears to be some commonality between the websocket hello message, the rest api, and the streaming api. None of which have to be implemented but I'm assuming if more than one is implemented the values (server name, signalK version, etc) should be the same in each place. I've assumed this and added to the documentation accordingly.