signalk-server
Version:
An implementation of a [Signal K](http://signalk.org) server for boats.
29 lines (26 loc) • 526 B
JSON
{
"vessel": {
"uuid": "urn:mrn:signalk:uuid:c0d79334-4e25-4245-8892-54e8ccc8021e"
},
"mdns": false,
"pipedProviders": [
{
"id": "signalk-ws",
"pipeElements": [
{
"type": "providers/mdns-ws",
"optionMappings": [
{
"fromAppProperty": "argv.host",
"toOption": "host"
},
{
"fromAppProperty": "argv.port",
"toOption": "port"
}
]
}
]
}
]
}