Plugin that sends a vessel's Signal K data stream to AWS Iot Core. The use case for this plugin is to back up Signal K data on a cloud service, and potentially to enable remote monitoring of the vessel.
- Install and enable this plugin in your Signal K
- Log into AWS Console and create a "Thing" in IoT Core
- Create a certificate for the Thing, and copy-paste it and your endpoint details to the plugin settings
- Ensure the device has an AWS policy allowing it to
iot:Connect
andiot:Publish
- Process or store the data stream from the device in the AWS solution of your choice
If you're only interested in data from particular vessel states (for examples, when vessel is sailing), you can install a plugin that automatically updates vessel state based on telemetry. Then you can choose the states in the configuration of this plugin.
- 1.1.3 (2020-11-30)
- Compatibility with the new
setPluginStatus
/setPluginError
APIs in Signal K
- Compatibility with the new
- 1.1.2 (2020-11-25)
- Compatibility with the upcoming "meta deltas" feature in Signal K
- 1.1.1 (2020-11-24)
- Fixed an issue with
navigation.state
filtering when sending messages
- Fixed an issue with
- 1.1.0 (2020-10-13)
- Option for sending all values to a single
signalk
AWS IoT topic instead of topic per Signal K path - Ability to control in which vessel navigation states we send data to AWS IoT
- Option for sending all values to a single