Skip to main content

Crate rs162

Crate rs162 

Source
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 the RtlSdrReceiver source for reading directly from USB RTL-SDR dongles.
  • mqtt: Enables the MqttReceiver source for connecting to AIS data streams over MQTT (e.g. Digitraffic). Disabled by default.

Modules§

decode
AIS (Automatic Identification System) message decoding
dsp
Digital Signal Processing (DSP) module for AIS signal processing.
prelude
sources
Provide facilities to parse various data sources