Expand description
AIS Message Parser and Decoder
This library provides functionality to:
- demodulate AIS messages from I/Q samples
- parse NMEA AIVDM/AIVDO messages
and to convert them to binary u8 data, then decode them to structured AIS messages.
§Feature Flags
rtlsdr: Enables theRtlSdrReceiversource for reading directly from USB RTL-SDR dongles.mqtt: Enables theMqttReceiversource for connecting to AIS data streams over MQTT (e.g. Digitraffic). Disabled by default.