signalk-server
Version:
An implementation of a [Signal K](http://signalk.org) server for boats.
53 lines (51 loc) • 1.14 kB
JSON
{
"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"
}
},
{
"type": "providers/keys-filter",
"options": {
"excludeMatchingPaths": [
"navigation.courseOverGroundMagnetic",
"performance.velocityMadeGood"
]
}
}
]
}
]
}