Skip to content

Instantly share code, notes, and snippets.

@tkurki
Created January 12, 2015 19:21
Show Gist options
  • Save tkurki/2127adf7f4168c6584da to your computer and use it in GitHub Desktop.
Save tkurki/2127adf7f4168c6584da to your computer and use it in GitHub Desktop.
Signalk provider configuration for actisense-serial with raw input logged to file as well
{
"vessel": {
"name": "your boat name",
"uuid": "000000000"
},
"pipedProviders": [{
"id": "actisense",
"pipeElements": [{
"type": "providers/execute",
"options": {
"command": 'actisense-serial /dev/ttyUSB1 | tee n2k.(date +"%Y-%m-%d-%H-%M")'
}
}, {
"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