vdlm2dec install - wiedehopf/adsb-wiki GitHub Wiki
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