-
Notifications
You must be signed in to change notification settings - Fork 19
vdlm2dec install
wiedehopf edited this page Sep 12, 2022
·
3 revisions
Simple installer for vdlm2dec including a service that feeds acars.io
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
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
sudo journalctl -ef -u vdlm2dec
wget -q -O /tmp/vdlm2dec-remove.sh https://raw.githubusercontent.com/wiedehopf/adsb-scripts/master/vdlm2dec/remove.sh
sudo bash /tmp/vdlm2dec-remove.sh