Created
January 12, 2015 19:21
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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