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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@talmnes/signalk-ais700-to-nmea2000

v0.1.1

Published

SignalK plugin that emits NMEA2000 GPS PGNs (129025/129026/129029/127250) so chartplotters see own-vessel position when the only N2K GPS source is a Garmin AIS 700 (which only emits PGN 129039 AIS Class B Position).

Readme

signalk-ais700-to-nmea2000

SignalK Node Server plugin that emits NMEA2000 GPS PGNs to the bus, so chartplotters and other N2K devices see own-vessel position even when the only physical N2K GPS source is a Garmin AIS 700 (which emits PGN 129039 AIS Class B Position but not 129025/129029).

Designed to run on a Cerbo GX with Venus OS Large alongside SignalK, using the existing n2k-on-ve.can-socket provider to write back to the boat's NMEA2000 network.

What it does

Subscribes to SignalK self paths and re-emits to the N2K bus via nmea2000JsonOut:

| PGN | Name | Default rate | Default | |---|---|---|---| | 129025 | Position, Rapid Update | 5 Hz | enabled | | 129026 | COG & SOG, Rapid Update | 4 Hz | enabled | | 129029 | GNSS Position Data | 1 Hz | enabled | | 127250 | Vessel Heading | 1 Hz | disabled |

Each PGN is independently toggleable and rate-configurable in the plugin admin UI.

Configuration

  • sourceFilter — substring matched against $source of incoming SignalK values. Leave blank to accept any source except this plugin itself. Set to e.g. n2k-on-ve.can-socket.0 to pin it to the Garmin AIS 700's AIS-derived position source.
  • Per-PGN enabled + rateHz.

Requirements

  • SignalK Node Server (e.g. via Venus OS Large)
  • A SignalK provider that converts nmea2000JsonOut → N2K bus frames (n2k-on-ve.can-socket on Cerbo, or the canboatjs N2K provider elsewhere)
  • Node ≥ 18

Install

Will be published to npm with the signalk-node-server-plugin keyword so it shows up in the SignalK Appstore. Until then:

cd ~/.signalk/node_modules
git clone https://github.com/thomahawk72/signalk-ais700-to-nmea2000.git
# restart signalk server, enable the plugin in the admin UI

License

MIT