Difference between revisions of "AIS"
From wiki.opennauticalchart.org
(→AIS-catcher) |
|||
| Line 23: | Line 23: | ||
* https://github.com/M0r13n/pyais | * https://github.com/M0r13n/pyais | ||
==== AIS-catcher ==== | ==== AIS-catcher ==== | ||
| − | * | + | * input: https://docs.aiscatcher.org/configuration/input/tcp/ |
| − | * AIS-catcher -t txt://153.44.253.27:5631 -o 5 -N 8101 GEOJSON false MESSAGE true REALTIME false | + | * output: https://docs.aiscatcher.org/configuration/output/console/ |
| + | * web view: https://docs.aiscatcher.org/configuration/output/web-viewer/ | ||
| + | * <code>AIS-catcher -t txt://153.44.253.27:5631 -o 5 -N 8101 GEOJSON false MESSAGE true REALTIME false</code> | ||
Revision as of 11:58, 3 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
pyais
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