Difference between revisions of "AIS"
From wiki.opennauticalchart.org
(→API) |
|||
| Line 20: | Line 20: | ||
==== gpsdecode ==== | ==== gpsdecode ==== | ||
* https://gpsd.gitlab.io/gpsd/gpsdecode.html | * https://gpsd.gitlab.io/gpsd/gpsdecode.html | ||
| + | * <code>nc 153.44.253.27 5631 | gpsdecode | grep '"type":8'</code> | ||
==== pyais ==== | ==== pyais ==== | ||
* https://github.com/M0r13n/pyais | * https://github.com/M0r13n/pyais | ||
| + | * <code>pipx install pyais</code> | ||
| + | * <code>pipx ensurepath</code> | ||
| + | * <code>nc 153.44.253.27 5631 | ais-decode --json | grep '"msg_type": 8'</code> | ||
==== AIS-catcher ==== | ==== AIS-catcher ==== | ||
* input: https://docs.aiscatcher.org/configuration/input/tcp/ | * input: https://docs.aiscatcher.org/configuration/input/tcp/ | ||
Revision as of 05:46, 4 September 2025
Contents
AIS sources
NMEA =
- https://www.kystverket.no/en/sea-transport-and-ports/ais/access-to-ais-data/ (Norway)
- tcp://153.44.253.27:5631
- http://ssia-ais.erau.edu/ (Florida)
- tcp://ssia-ais.erau.edu:4000
API
Historic
- ...
AIS decoders
Ais Decoder
gpsdecode
- https://gpsd.gitlab.io/gpsd/gpsdecode.html
-
nc 153.44.253.27 5631 | gpsdecode | grep '"type":8'
pyais
- https://github.com/M0r13n/pyais
-
pipx install pyais -
pipx ensurepath -
nc 153.44.253.27 5631 | ais-decode --json | grep '"msg_type": 8'
AIS-catcher
- input: https://docs.aiscatcher.org/configuration/input/tcp/
- output: https://docs.aiscatcher.org/configuration/output/console/
- web view: https://docs.aiscatcher.org/configuration/output/web-viewer/
-
AIS-catcher -t txt://153.44.253.27:5631 -o 5 -N 8101 GEOJSON false MESSAGE true REALTIME false