Socket
Socket
Sign inDemoInstall

@signalk/aisreporter

Package Overview
Dependencies
3
Maintainers
5
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @signalk/aisreporter

Signal K Node Server plugin to report your position to Marine Traffic http://www.marinetraffic.com/ and similar aggregators


Version published
Weekly downloads
20
increased by233.33%
Maintainers
5
Install size
1.83 MB
Created
Weekly downloads
 

Readme

Source

aisreporter

Signal K Node server plugin to report the vessel's AIS data to MarineTraffic, AISHub and other similar aggregators.

This plugin generates raw NMEA messages using vessel's position, speed, heading, etc. It does not require an AIS receiver or transceiver. If you do have an AIS, it also doesn't send positions received from it. If you would like a plugin that relays AIS data, check ais-forwarder instead.

The static info used in aisreporter is retrieved from the Signal K data for specific paths. The most important values like the MMSI number and the vessel name are available in the server's setting via the UI, for the rest you can use the server's defaults.json mechanism.

Optionally the plugin can keep on sending the last known position when position data is not updated, e.g when the GPS device is switched off while docking or for winter break.

image

Creating Stations

In order to use this plugin, you will need an IP address and a UDP port number, which requires you to create a station with MarineTraffic, AISHub or another aggregator. In order to create a station, visit My Stations page on MarineTraffic or Join Us page on AISHub.

Troubleshooting

The source includes a utility udp_listen that you can use as a fake receiver to receive what the plugin is actually sending. Configure the plugin to send to for example localhost port 12345 and then launch the fake receiver on the machine that your SK server is running on with ./udp_listen 12345.

Keywords

FAQs

Last updated on 16 Jun 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc