Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kegustafsson/signalk-vessels-to-ais
SignalK server plugin to convert other vessel data to NMEA0183 AIS format and forward it out to 3rd party applications.
https://github.com/kegustafsson/signalk-vessels-to-ais
Last synced: 2 months ago
JSON representation
SignalK server plugin to convert other vessel data to NMEA0183 AIS format and forward it out to 3rd party applications.
- Host: GitHub
- URL: https://github.com/kegustafsson/signalk-vessels-to-ais
- Owner: KEGustafsson
- Created: 2020-05-08T06:48:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T18:55:05.000Z (4 months ago)
- Last Synced: 2024-10-09T14:23:24.898Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# signalk-vessels-to-ais
[![npm version](https://badge.fury.io/js/signalk-vessels-to-ais.svg)](https://badge.fury.io/js/signalk-vessels-to-ais)
[![Known Vulnerabilities](https://snyk.io/test/github/KEGustafsson/signalk-vessels-to-ais/badge.svg)](https://snyk.io/test/github/KEGustafsson/signalk-vessels-to-ais)SignalK server plugin to convert other vessel data to NMEA0183 AIS format and forward it out to 3rd party applications.
User can configure:
- How often data is sent out
- Own data can be added to AIS sendingNew:
- v1.4.0, add: Event output name to user configurable
- v1.3.0, add: Navigational Status variations
- v1.2.2, fix: if own position is not available
- v1.2.1, fix: own vessel sending
- v1.2.0, updated fetch method, no need for NODE_TLS_REJECT_UNAUTHORIZED=0 anymore
- v1.1.5, updated vessels within selected timeframe are sent out, radius filtering around own vessel and tag-block option added
- v1.1.4, small fix
- v1.1.3, add: own vessel data and sending interval modified
- v1.1.2, fix: http/https url selection and better error info
- v1.1.1, fix: current status of the plugin updated
- v1.1.0, fix: numeric value test for text strings of AIS
- v1.0.0, v1 release
- v0.0.6, fix: node-fetch issue with self signed cert
- v0.0.5, fix: callSign default value
- v0.0.4, fix: beam calc
- v0.0.3, fix: ais path
- v0.0.2, fix: data parsing
- v0.0.1, 1st version