Acarsdec
ACARS SDR decoder
Install / Use
/learn @f00b4r0/AcarsdecREADME
ACARSDEC
acarsdec is a multi-channels ACARS decoder with built-in rtl_sdr, soapysdr, airspy or sdrplay device support. Since 3.0, it can work with a database backend: acarsserv to store received ACARS messages.
Features
- arbitrary number of channels decoded simultaneously (limited by bandwidth and CPU power)
- error detection AND correction
- input via either audio file (including raw audio), ALSA soundcard, rtl_sdr, SoapySDR, airspy or sdrplay software defined radios (SDR)
- multiple simultaneous outputs via file, UDP or MQTT
- multiple output formats: one line, full text, planeplotter, acarsserv, JSON and live monitoring
- decoding of ARINC-622 ATS applications (ADS-C, CPDLC) via libacars library
- statistics reporting via StatsD-compliant interface
License
GPLv2-only - http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (C) 2007-2022,2025 Thierry Leconte, (C) 2024-2025 Thibaut VARENE
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See LICENSE.md for details
Compilation
Dependencies
acarsdec requires CMake, pkg-config and a C compiler.
It depends on some optional external libraries :
- librtlsdr for RTL-based SDR input (http://sdr.osmocom.org/trac/wiki/rtl-sdr)
- libsoapysdr for SoapySDR input (https://github.com/pothosware/SoapySDR)
- libairspy for airspy SDR input (https://github.com/airspy/airspyone_host)
- libmirsdrapi-rsp for sdrplay software radio input
- libsndfile for audio input (https://github.com/libsndfile/libsndfile)
- libasound for ALSA input (https://github.com/alsa-project/alsa-lib)
- libacars for decoding ATS applications (https://github.com/szpajder/libacars)
- libcjson for JSON output support (https://github.com/DaveGamble/cJSON)
- paho-mqtt3a (and libcjson) for MQTT output support (https://github.com/eclipse/paho.mqtt.c)
Building
mkdir build
cd build
cmake .. -DCMAKE_C_FLAGS="-march=native"
make
All optional libraries will be autodected, a summary of what is enabled will be printed by cmake. You can however forcefully disable autodetection using any of the following CMake options (listed in the same order as the corresponding option dependencies above):
-DRTLSDR=OFF-DSOAPYSDR=OFF-DAIRSPY=OFF-DSDRPLAY=OFF-DSNDFILE=OFF-DALSA=OFF-DLIBACARS=OFF-DCJSON=OFF-DMQTT=OFF
The -DCMAKE_C_FLAGS="-march=native" argument to cmake will produce an acarsdec executable
that is optimized for the machine it was built on (and may not run correctly on other devices).
It can be ommitted for a platform-generic build (with possibly reduced performance).
Raspberry Pi builds
In case the compile option -march=native doesn't work correctly on Raspberry Pi,
the following cmake parameter can be used instead in the above procedure:
- for PI 2B :
-DCMAKE_C_FLAGS="-mcpu=cortex-a7 -mfpu=neon-vfpv4" - for PI 3B :
-DCMAKE_C_FLAGS="-mcpu=cortex-a53 -mfpu=neon-fp-armv8" - for PI 4B :
-DCMAKE_C_FLAGS="-mcpu=cortex-a72 -mfpu=neon-fp-armv8"
Installing
sudo make install
Usage
acarsdec operation can be controlled via multiple command line parameters (the availability of which depends on which optional libraries have been enabled at build time), they are detailed below:
Common options
-A don't output uplink messages (ie : only aircraft messages)
-b <filter> filter output by label (ex: -b "H1:Q0" : only output messages with label H1 or Q0)
-e don't output empty messages (ie : _d,Q0, etc ...)
-i <stationid> station id used in statsd reports and network destinations (default: hostname)
-t <seconds> set forget time (TTL) in seconds for monitor mode (default: 600)
--statsd host=HOST,port=1234 enable statsd reporting to host "HOST" (name or IP) on port "1234"
--output FORMAT:DESTINATION:DESTPARAMS (see below for supported output formats and destinations. DESTPARAMS are coma-separated: ',')
If libacars is enabled, the following extra option is available:
--skip-reassembly disable reassembling fragmented ACARS messages
Multiple instances of --output can be used. At least one is required.
See --output help for a list of supported formats and destinations.
Not all combinations of formats and destinations are valid, acarsdec will complain if an invalid combination is chosen.
One (and only one) input source must also be selected, see below. Options (including frequencies) can be provided in any order.
Supported output formats
onelinefor single line text decodingfullfor full text decodingmonitorfor live decodingppfor PlanePlotternativefor Acarsdec native format
With CJSON support enabled:
jsonfor JSON outputroutejsonfor flight route output in JSON format
Supported destinations
file output
Outputs to a file (including stdout, the default). Supports all output formats.
DESTPARAMS are optional (no param implies output to stdout) and can be:
path=followed by either-for stdout or a path to a logfilerotate=followed by one ofnone,hourlyordailyto dis/enable hourly/daily logfile rotation
udp output
Outputs to IPv4 or IPv6 network via UDP. Supports all but monitor output formats.
DESTPARAMS are:
host=(required) followed by a hostname or an IP addressport=(optional) followed by a port number (defaults to 5555)
mqtt output
With PAHO MQTT support enabled, pushes JSON to remote MQTT server. Supports only json and routejson output formats.
DESTPARAMS are:
uri=(required) followed by a valid MQTT URI (e.g.tcp://host:port). Can be repeated up to 15 times.user=(optional) followed by a usernamepasswd=(optional) followed by a passwordtopic=(optional) followed by a topic (defaults toacarsdec/<stationid>)
Input sources
RTL-SDR
--rtlsdr <device> decode from rtl dongle number <device> or S/N <device>
-B <bias> enable (1) or disable (0) the bias tee (default is 0)
-c <freq> set center frequency to tune to in MHz, e.g. 131.800 (default: automatic)
-g <gain> set rtl gain in db (0 to 49.6; >52 and -10 will result in AGC; default is AGC)
-m <rateMult> set rtl sample rate multiplier: sample rate is <rateMult> * 12000 S/s (default: automatic)
-p <ppm> set rtl ppm frequency correction (default: 0)
SoapySDR
--soapysdr <params> decode from a SoapySDR designed by device_string <params>
-a <antenna> set antenna port to use (default: soapy default)
-c <freq> set center frequency to tune to in MHz, e.g. 131.800 (default: automatic)
-g <gain> set gain in db (-10 will result in AGC; default is AGC)
-m <rateMult> set sample rate multiplier: sample rate is <rateMult> * 12000 S/s (default: automatic)
-p <ppm> set ppm frequency correction (default: 0)
Airspy Mini/R2
--airspy <device> decode from airspy dongle number <device> or hex serial <device>
-B <bias> enable (1) or disable (0) the bias tee (default is 0)
-c <freq> set center frequency to tune to in MHz, e.g. 131.800 (default: automatic)
-g <linearity_gain> set linearity gain [0-21] (default: 18)
SDRplay (untested, uses legacy v2 API - help wanted)
--sdrplay decode from sdrplay
-c <freq> set center frequency to tune to in MHz, e.g. 131.800 (default: automatic)
-G <GRdB> gain reduction in dB's, range 20 .. 59 (default: -100 is autogain)
-L <lnaState> set the lnaState (depends on the device)
All SDR sources described above expect a list of frequencies <f1> [<f2> [...]] to decode from, expressed in decimal MHz
e.g. 131.525 131.725 131.825.
NOTE: all the SDR sources set the input gain to "automatic", which generally means "maximum" and is a bad idea for good ACARS message reception. It is best to tune the gain to maximize Signal-to-Noise Ratio and reduce the number of saturated messages (where the received level is over 0dB).
audio file
All formats supported by libsndfile can be processed.
--sndfile <file> decode from <file>, which must be a libsndfile supported format and sampled at a multiple of 12kHz
To decode raw audio, extra parameters must be provided. Example:
--sndfile <file>,subtype=<N> decode single-channel raw in libsndfile-supported <N> subtype from <file> sampled at a multiple of 12KHz.
For raw audio, the sample rate multiplier can be adjusted using -m. See --sndfile help for more details.
libsndfile-supported subtypes are listed here: http://libsndfile.github.io/libsndfile/api.html#open
NB: <file> can be /dev/stdin to process piped-in data.
ALSA device
--alsa <alsadevice> decode from ALSA PCM device <alsadevice>
Examples
Decoding from rtl dongle number 0 on 3 frequencies, sending aircraft messages in native format to 192.168.1.1 on port 5555 and no other loging :
acarsdec -A --output native:udp:host=192.168.1.1,port=5555 --rtlsdr 0 131.525 131.725 131.825
Monitoring from rtl dongle with serial number ACARS2 on 1 frequency with gain 34.0 :
acarsdec --output monitor:file -g 34 --rtlsdr ACARS2 130.450
Logging to file "airspy.log" rotated daily, from airspy mini with serial number 0xa74068c82f531693 on 11 frequencies with gain 18 :
acarsdec --output full:file:path=airspy.log,rotate=daily -g 18 --airspy 0xa74068c82f531693 129.350 130.025 130.425 130.450 130.650 131.125 131.475 131.550 131.600 131.725 131.850
Decoding with JSON output to stdout, an sdrpla
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
