gr-acars
ACARS decoder for GNURadio, for RTL-SDR, PlutoSDR or UHD receivers.
...Detailed description of the operating principles is available at http://jmfriedt.free.fr/lm_sdr.pdf (French) and http://jmfriedt.free.fr/en_sdr.pdf (English). The latest 2022 release for GNU Radio 3.9 and 3,10, following 3.8 named ng for New Generation, aims at adding bitrate clock tracking + removes the external dependence with libfftw by using the GNU Radio FFT wrapper. Doing so, multiple ACARS decoding blocks can run in parallel.
Compile for x86 PC with:
cd 3.10ng
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
...