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

@noforeignland/signalk-to-noforeignland

v1.2.1

Published

SignalK track logger to noforeignland.com

Readme

Signal K To Noforeignland

Effortlessly log your boat's movement to noforeignland.com

Features

  • Automatically log your position to noforeignland.com
  • Send detailed tracks to log your entire trip and not just your final position
  • Can be used in near real time or cache and upload when stopped and data-connection is available
  • Sends 24h keepalive
  • Velocity-based GPS outlier filtering - catches anomalous GPS jumps (new in v1.2.0)
  • Option to archive your track on the local disk
  • Detailed plugin information in the SK dashboard
  • SK data paths about the plugin status for your own dashboard or Node Red coding

Issues

  • Enable debug logging: Server -> Plugin Config -> Signal K to Noforeignland -> Enable debug log (top right)
  • Check logs: Server -> Server Log (in SignalK web UI)
  • Report issues on GitHub

Requirements

  • An internet connection is required in order to update noforeignland.com
  • A navigation.position data path inside Signal K for self, which is your current GNSS position
  • A noforeignland.com account
  • Your Boat API Key from the noforeignland.com website:
    • Account > Settings > Boat tracking > API Key

Note your Boat API Key is not available in the app. You must sign in to the noforeignland.com website (using the same authentication method you use for the app: Google. Facebook, Email).

Configuration

  1. Add your boat's API Key into the Server > Plugin Config > Signal K to Noforeignland > Boat API Key
  2. Hit "Submit"
  3. Restart the Signal K server

Expert Settings

  • Maximum velocity (m/s) - Rejects positions implying movement faster than this threshold. Catches GPS outliers that jump to impossible locations. Default: 50 m/s (~97 knots). Adjust higher for aircraft tracking.

Data paths created by this plugin

noforeignland.savepoint                    - ISO8601 timestamp - when was last point saved to trackfile
noforeignland.savepoint_local              - locale timestamp  - when was last point saved to trackfile
noforeignland.sent_to_api                  - ISO8601 timestamp - last successful transfer to the API
noforeignland.sent_to_api_local            - locale timestamp  - last successful transfer to the API
noforeignland.status                       - string            - Status & Error messages
noforeignland.status_boolean               - number            - 0 = normal operation, 1 = error
noforeignland.source - string              - string            - data source of navigation.position
notifications.noforeignland.status_boolean - json object       - auto created

Development

This plugin is written in TypeScript with strict type checking.

npm install          # Install dependencies
npm run build        # Compile TypeScript
npm run dev          # Watch mode compilation
npm run test         # Run tests
npm run test:coverage # Run tests with coverage
npm run lint         # Run ESLint
npm run format       # Run Prettier
npm run validate     # Run all checks (typecheck + lint + test:coverage)

Victron Cerbo GX Users

Limited storage

Signal K can quickly exhaust the small onboard storage of the device, especially when a lot of logging is enabled and not properly configured. Even concider to not enable "Keep track files on disk" if you are moving a lot.

Vicron Energy addressed this here: https://www.victronenergy.com/live/venus-os:large#disk_space_issues_data_partition_full