Difference between revisions of "AIS"

From wiki.opennauticalchart.org
Jump to: navigation, search
(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

AIS sources

NMEA =

" https://www.aishub.net

API

" https://www.aishub.net

Historic

  • ...

AIS decoders

Ais Decoder

gpsdecode

pyais

AIS-catcher