Difference between revisions of "AIS"

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

AIS sources

NMEA =

" https://www.aishub.net

API

Historic

  • ...

AIS decoders

Ais Decoder

gpsdecode

pyais

AIS-catcher