Skip to content

Instantly share code, notes, and snippets.

@paalbra
Last active September 10, 2022 17:12
Show Gist options
  • Save paalbra/484ef9eeefb0480ebba3612aa906ab14 to your computer and use it in GitHub Desktop.
Save paalbra/484ef9eeefb0480ebba3612aa906ab14 to your computer and use it in GitHub Desktop.

ADS-B and dump1090 howto

dump1090-fa seems to be most up to date.

https://github.com/adsbxchange/dump1090-fa

Raspberry PI

TLDR (the dump1090-fa package kindof wants you to use lighttpd):

apt install rtl-sdr
wget https://flightaware.com/adsb/piaware/files/packages/pool/piaware/p/piaware-support/piaware-repository_7.2_all.deb -O /tmp/piaware-repository_7.2_all.deb
dpkg -i /tmp/piaware-repository_7.2_all.deb
apt update
apt install dump1090-fa
lighty-enable-mod skyaware
# https://gitea.osmocom.org/sdr/rtl-sdr/src/branch/master/rtl-sdr.rules
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="2838", ENV{ID_SOFTWARE_RADIO}="1", MODE="0660", GROUP="plugdev" > /etc/udev/rules.d/rtl-sdr.rules

reboot

# Edit config if you wish /usr/share/skyaware/html/config.js
curl http://localhost/skyaware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment