GNU Radio processing block for ACARS transmissions.
-
Install GNU Radio, follow the instructions on the GNU Radio wiki. You can either install the pre-compiled binaries for your distribution, e.g. for Ubuntu:
$ apt-get install gnuradio
, or you can build from the sources. In the latter case, you can use the fully-automated build-gnuradio script. -
Build and install gr-acars2. Within the gr-acars2 directory, issue the following commands:
$ mkdir build $ cd build $ cmake .. $ sudo make install $ sudo ldconfig