ADS-B
технология, позволяющая и лётчикам в кабине самолета, и авиадиспетчерам на наземном пункте наблюдать движение воздушных судов с большей точностью, чем это было доступно ранее, и получать аэронавигационную информацию; внедряется в настоящее время в США, России и других странах.
Полезные ссылки:
- ADS-B (WikiPedia)
- ADS-B для начинающих
- Installing dump1090 ADSB Decoder Tool on Ubuntu (16.04 LTS)
- ADS-B using dump1090 for the Raspberry Pi
- DIY ADS-B Antenna
- PiAware
Download dump1090 zip file from github: https://github.com/antirez/dump1090
- Install Prerequisites
sudo apt-get install librtlsdr0 librtlsdr-dev
- Install dump1090
cd dump1090-master
make
-
Using dump1090
-
Start dump1090 in interactive mode with the plane plotting option
./dump1090 --interactive --net
-
Plane details will appear in this terminal window
-
Open your browser to see the planes plotted: http://localhost:8080