gr-acars
ACARS decoder for GNURadio, for RTL-SDR, PlutoSDR or UHD receivers.
... wrapper. Doing so, multiple ACARS decoding blocks can run in parallel.
Compile for x86 PC with:
cd 3.8ng
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make -j4
sudo make install
(developed and tested on Debian GNU/Linux)
Compile for RaspberryPi4/Buildroot (located in BR_PATH):
cmake -DCMAKE_INSTALL_PREFIX:PATH=$BR_PATH/output/target/usr -DCMAKE_TOOLCHAIN_FILE=$BR_PATH/output/host/share/buildroot/toolchainfile.cmake ../
make -j4
make install