Skip to content

antoinet/gr-acars2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

GNU Radio processing block for ACARS transmissions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published