Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kegustafsson/signalk-aisstream
https://github.com/kegustafsson/signalk-aisstream
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kegustafsson/signalk-aisstream
- Owner: KEGustafsson
- Created: 2024-01-31T19:41:36.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T11:33:35.000Z (6 months ago)
- Last Synced: 2024-10-20T03:32:08.589Z (3 months ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# signalk-aisstream
[![npm version](https://badge.fury.io/js/signalk-aisstream.svg)](https://badge.fury.io/js/signalk-aisstream)SignalK plugin to track the worlds vessels via websocket.
- Easy to configure and use.
- Using data source from https://aisstream.io/## Steps to take plugin in use
1) Create account: https://aisstream.io/authenticate
2) API Keys -> Create New API Key
3) Copy your key
4) Install and configure signalk-aisstream plugin## Plugin Config
1) Paste your key
2) Define bounding box size around the vessel
3) Define procentual value of movement compared to bounding box size, before bounding box location is renewed
4) Define refresh rate of own vessel location check
5) Select Reports## Data source coverage
https://aisstream.io/coverage## AisStream.io documentation
https://aisstream.io/documentationChanges:
- v0.1.0, First working version
- v0.2.0, Socket reconnection fixed
- v0.3.0, WebSocket dependency added
- v0.4.0, AtoNs added
- v0.4.1, context typo fix
- v0.4.2, reconnection improved