UNPKG

signalk-server

Version:

An implementation of a [Signal K](http://signalk.org) server for boats.

44 lines (42 loc) 888 B
{ "vessel": { "name": "Volare", "brand": "Friendship", "type": "22", "uuid": "urn:mrn:signalk:uuid:c0d79334-4e25-4245-8892-54e8ccc8021d" }, "pipedProviders": [ { "id": "nmeaFromFile", "pipeElements": [ { "type": "providers/filestream", "options": { "filename": "samples/plaka.log" }, "optionMappings": [ { "fromAppProperty": "argv.nmeafilename", "toOption": "filename" } ] }, { "type": "providers/throttle", "options": { "rate": 1000 } }, { "type": "providers/liner" }, { "type": "providers/nmea0183-signalk", "options": { "sentenceEvent": "nmea0183-B" } } ] } ] }