Installing dump1090-fa


wget https://flightaware.com/adsb/piaware/files/packages/pool/piaware/p/piaware-support/piaware-repository_7.1_all.deb
sudo dpkg -i piaware-repository_7.1_all.deb
sudo apt-get update
sudo apt-get install piaware
sudo piaware-config allow-auto-updates yes
sudo piaware-config allow-manual-updates yes
sudo apt-get install dump1090-fa
sudo reboot

To set your geographical position and  range rings

sudo nano /etc/default/dump1090-fa

Modify the decoder options line

DECODER_OPTIONS="--lat 48.19 --lon -03.72 --max-range 360"

restart dump1090-fa

sudo service dump1090-fa start

Other commands

sudo service dump1090-fa stop

sudo service dump1090-fa start

To view the map interface

https://192.168.1.77/dump1090-fa  or 192.168.1.77:8080

A new interface - dump1090/tar 

sudo bash -c "$(wget -nv -O - https://raw.githubusercontent.com/wiedehopf/tar1090/master/install.sh)"

To view the map/interface

http://192.168.X.XX/tar1090

Links

   https://github.com/wiedehopf/adsb-scripts/wiki/Automatic-installation-for-dump1090-fa 

   https://github.com/wiedehopf/tar1090