Changes

SDR

34 bytes added, 14:55, 1 August 2014
/* ACARS */
=== ACARS ===
Aircraft Communication Addressing and Reporting System [http://fr.wikipedia.org/wiki/Aircraft_Communication_Addressing_and_Reporting_System]
==== Requirement ====
<pre>
sudo apt-get install libsndfile1-dev
sudo apt-get install libasound2-dev
</pre
==== Installation ====
#Download software ACARS decoder from [http://sourceforge.net/projects/acarsdec/]
 
<pre>
wget http://sourceforge.net/projects/acarsdec/files/latest/download
tar xvzf download
cd acarsdec-3.0/
sudo apt-get install libsndfile1-dev
sudo apt-get install libasound2-dev
make
</pre>
39
edits