npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@meri-imperiumi/signalk-aws-iot

v1.1.4

Published

Plugin that sends metrics to AWS IoT

Downloads

3

Readme

SignalK AWS IoT

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.

Setup

  1. Install and enable this plugin in your Signal K
  2. Log into AWS Console and create a "Thing" in IoT Core
  3. Create a certificate for the Thing, and copy-paste it and your endpoint details to the plugin settings
  4. Ensure the device has an AWS policy allowing it to iot:Connect and iot:Publish
  5. 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.

Changes

  • 1.1.3 (2020-11-30)
    • Compatibility with the new setPluginStatus/setPluginError APIs in Signal K
  • 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
  • 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