Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 879 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 879 Bytes

gr-acars2

GNU Radio processing block for ACARS transmissions.

Installing gr-acars2

  1. 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.

  2. Build and install gr-acars2. Within the gr-acars2 directory, issue the following commands:

     $ mkdir build
     $ cd build
     $ cmake ..
     $ sudo make install
     $ sudo ldconfig