Skip to content

vdlm2dec install

wiedehopf edited this page Sep 12, 2022 · 3 revisions

Simple installer for vdlm2dec including a service that feeds acars.io

Install

wget -nv -O /tmp/vdlm2dec-install.sh https://raw.githubusercontent.com/wiedehopf/adsb-scripts/master/vdlm2dec/install.sh
sudo bash /tmp/vdlm2dec-install.sh
sudo reboot

Configuration

sudo nano /etc/default/vdlm2dec

Ctrl-o and enter to save, Ctrl-x to exit

To activate the settings, restart the service:

sudo systemctl restart vdlm2dec

Check the log for errors and follow along with received messages

sudo journalctl -ef -u vdlm2dec

Removal

wget -q -O /tmp/vdlm2dec-remove.sh https://raw.githubusercontent.com/wiedehopf/adsb-scripts/master/vdlm2dec/remove.sh
sudo bash /tmp/vdlm2dec-remove.sh
Clone this wiki locally