Skip to content

Instantly share code, notes, and snippets.

@MatsA
Created July 21, 2017 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MatsA/dbb8f29defc1ba00d96733702b33ae4f to your computer and use it in GitHub Desktop.
Save MatsA/dbb8f29defc1ba00d96733702b33ae4f to your computer and use it in GitHub Desktop.
Openplotter default SignalK configuration
{
"vessel": {
"uuid": "urn:mrn:imo:mmsi:98765432"
},
"pipedProviders": [
{
"pipeElements": [
{
"type": "providers/udp",
"options": {
"port": "55556"
}
},
{
"optionMappings": [
{
"toOption": "selfId",
"fromAppProperty": "selfId"
},
{
"toOption": "selfType",
"fromAppProperty": "selfType"
}
],
"type": "providers/nmea0183-signalk"
}
],
"id": "OPkplex"
},
{
"pipeElements": [
{
"type": "providers/udp",
"options": {
"port": "55557"
}
},
{
"type": "providers/from_json"
}
],
"id": "OPsensors"
},
{
"pipeElements": [
{
"type": "providers/udp",
"options": {
"port": "55558"
}
},
{
"type": "providers/from_json"
}
],
"id": "OPnotifications"
},
{
"pipeElements": [
{
"type": "providers/udp",
"options": {
"port": "55559"
}
},
{
"type": "providers/from_json"
}
],
"id": "OPserial"
},
{
"pipeElements": [
{
"type": "providers/udp",
"options": {
"port": "55561"
}
},
{
"type": "providers/from_json"
}
],
"id": "OPwifi"
}
],
"interfaces": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment