Bundle install for dump1090fa - wiedehopf/adsb-scripts GitHub Wiki
Includes the following:
-
Automatic installation for dump1090-fa (also configures fr24feed to work with dump1090-fa)
Components can be also installed/removed separately using the install/uninstall commands to be found via the above links for the components.
sudo bash -c "$(curl -L -o - https://github.com/wiedehopf/adsb-scripts/raw/master/install-complete.sh)"
sudo reboot
The reboot isn't always necessary, but it might be necessary due to the udev rules.
Use this command specifying latitude, then longitude:
sudo dump1090-fa-set-location 50.12344 10.23429
Note: If you have your location configured on flightaware, that location takes precedence!
OR manually:
expand/collapse
sudo nano /etc/default/dump1090-fa
Add lat and lon to the decoder options line like in the following example:
DECODER_OPTIONS="--lat 50.1 --lon 10.0 --max-range 360"
Ctrl-o and enter to save, Ctrl-x to exit
Then restart dump1090-fa to apply the settings:
sudo systemctl restart dump1090-fa
sudo systemctl disable --now dump1090-fa-autogain.timer
sudo bash -c "$(curl -L -o - https://github.com/wiedehopf/adsb-scripts/raw/master/uninstall-complete.sh)"
/tar1090 /dump1090 /dump1090-fa