Skip to content

Instantly share code, notes, and snippets.

@tkurki
Created January 12, 2015 05:59
Show Gist options
  • Save tkurki/70fe3c6407cba5a266a4 to your computer and use it in GitHub Desktop.
Save tkurki/70fe3c6407cba5a266a4 to your computer and use it in GitHub Desktop.
SignalK provider configuration for actisense-serial
{
"vessel": {
"name": "your boat name",
"uuid": "000000000"
},
"pipedProviders": [{
"id": "actisense",
"pipeElements": [{
"type": "providers/execute",
"options": {
"command": "actisense-serial /dev/ttyUSB1"
}
}, {
"type": "providers/liner"
}, {
"type": "providers/n2kAnalyzer"
}, {
"type": "providers/n2k-signalk"
}]
}],
"interfaces": [
"ws"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment