signalk-server
Version:
An implementation of a [Signal K](http://signalk.org) server for boats.
47 lines (43 loc) • 893 B
JSON
{
"vessel": {
"name": "Volare",
"brand": "Friendship",
"type": "22",
"uuid": "urn:mrn:signalk:uuid:c0d79334-4e25-4245-8892-54e8ccc8021d",
"dimensions": {
"length": 7,
"width": 2.5,
"mast": 10,
"depthTransducer": 0.5,
"keel": 1.5
}
},
"mdns": false,
"pipedProviders": [
{
"id": "gpsdProvider",
"pipeElements": [
{
"type": "providers/gpsd",
"options": {
"hostname": "127.0.0.1",
"port": 2947
}
},
{
"type": "providers/nmea0183-signalk",
"optionMappings": [
{
"fromAppProperty": "selfId",
"toOption": "selfId"
},
{
"fromAppProperty": "selfType",
"toOption": "selfType"
}
]
}
]
}
]
}