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.
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.
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
.