Changes
SDR
,/* 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/
make
</pre>