Thanks to Andreas Reinhardt who have port my old acarsdec code to rtl_sdr (http://lists.osmocom.org/pipermail/osmocom-sdr/2013-July/000712.html) I gain interest back to acars decoding and decided to rewrite completely acarsdec and to add it some new features, in particular a rtl front end. So , I am please to announce the acarsdec 2.0 release :
https://sourceforge.net/projects/acarsdec
Acarsdec is an open source, multi-channels realtime ACARS decoder for Linux.
It features :
- up to four channels decoded simultaneously
- multi-threaded
- error detection AND correction (all one error corrected and some two errors)
- input from sound file , alsa sound card or software defined radio (SRD) via a rtl dongle
The 4 channels decoding is particularly useful with the rtl dongle. It allows to directly listen simultaneously to 4 different frequencies. Ie:
acarsdec -r 0 131.525 131.725 131.825
Will decode acars on 3 frequencies with the rtl dongle number 0.
try and enjoy
Thierry Leconte
This is a fix and small improvements release
*
Fix display of uplink messages
*
add -A option to display only downlink messages
* add -g gain option to set rtl dongle preamp gain *
add -p ppm to set ppm frequency correction for rtl dongle
*
improve -o 0 output (now print the beginning of message )
* use sse2 optimized vector math lib for AM demod (more than 40% CPU load improvement) * other small performance optimizations
Download here : https://sourceforge.net/projects/acarsdec/files/latest/download?source=files
PS :Acarsdec is a multi-channels acars decoder with built-in rtl_sdr front end.