-
Notifications
You must be signed in to change notification settings - Fork 42
ADS‐B Aircraft Tracking
Aaron W Morris edited this page Oct 6, 2024
·
8 revisions
indi-allsky can utilize data generated by a Software Defined Radio and ADS-B broadcasts to gather information about local aircraft in your region.
dump1090-mutability
is available in the Debian repositories, but dump1090-fa
should function just as well.
sudo apt-get install dump1090-mutability
# Indicate dump1090 should be started automatically at boot
If you operate the SDR on the same system as your allsky camera, you will need to disable lighttpd since Apache is already installed.
sudo systemctl disable lighttpd
dump1090-mutability installs lighttpd for the web server component, but Apache is already use for indi-allsky. The Apache config for indi-allsky has some commented configuration to enable serving the aircraft.json file. /etc/apache2/sites-enabled/indi-allsky.conf