Skip to content
Ycarus edited this page Feb 1, 2018 · 6 revisions

acarsdec

It is available here: https://github.com/TLeconte/acarsdec

Run daemon-acars.php, it's a UDP server that will listen on the port configured by install/index.php. Then run acarsdec:

acarsdec -N 127.0.0.1:9999 -r 0 131.525 131.550 131.725

(where 127.0.0.1 is the server where daemon-acars.php is running, and 9999 the port configured in install/index.php)

You can also use json output with "acarsdec json" format support. You need to do something like:

mkfifo /tmp/acarsdec
./acarsdec -r 0 131.525 131.550 131.725 -o 4 -l /tmp/acarsdec

Then using file:///tmp/acarsdec as host and acarsdec json as format, you can run daemon-spotter.php.

vdlm2dec

It is available here: https://github.com/TLeconte/vdlm2dec

You should use json output with "acarsdec json" format support. You need to do something like:

mkfifo /tmp/vdlm2dec
./vdlm2dec -r 0 131.525 131.550 131.725 -J -l /tmp/vdlm2dec

Then using file:///tmp/vdlm2dec as host and acarsdec json as format, you can run daemon-spotter.php.

acarsdeco2

It is available here: http://xdeco.org/?page_id=42

Run daemon-acars.php, it's a UDP server that will listen on the port configured by install/index.php. Then run acarsdeco2:

acardeco2 --udp 127.0.0.1:9999 --freq 131525000 --freq 131550000 --freq 131725000

(where 127.0.0.1 is the server where daemon-acars.php is running, and 9999 the port configured in install/index.php)

dumpvdl2

It's available here: https://github.com/szpajder/dumpvdl2

It decode VDL Mode 2 and send ACARS message to an UDP server.

Run daemon-acars.php, it's a UDP server that will listen on the port configured by install/index.php. Then run dumpvdl2:

dumpvdl2 --rtlsdr 0 --gain 40 --output-acars-pp 127.0.0.1:9999 136725000 136975000 136875000

(where 127.0.0.1 is the server where daemon-acars.php is running, and 9999 the port configured in install/index.php)

SBS-3

You can use install/index.php to configure a Acars SBS-3 source. The script scripts/daemon-spotter.php will get data.

Clone this wiki locally