Skip to content

acarsdec install

wiedehopf edited this page Sep 12, 2022 · 6 revisions

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

Install

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

Configuration

sudo nano /etc/default/acarsdec

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

To activate the settings, restart the service:

sudo systemctl restart acarsdec

Check the log for errors and follow along with received messages

sudo journalctl -ef -u acarsdec

Removal

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