Anyone interested in ADS-B radar?

From 1 year using DietPi on a raspberry pi 3 for an ADS-B radar (Automatic Dependent Surveillance–Broadcast - Wikipedia) coupled with a DVB-T Tuner Dongles (Buy RTL-SDR Dongles (RTL2832U)) and 1090Mhz antenna (also DIY).
In particular use The ADS-B Receiver Project (GitHub - jprochazka/adsb-receiver: Create your own ADS-B receiver and web portal.) to a great project, with automated installation, web portal with statistics and blogs.


Very simple installation:

git clone https://github.com/jprochazka/adsb-receiver.git
cd ~ / adsb-receiver
chmod + x install.sh
./install.sh

The installation process is graphical debinan like!

I think the project can be integrated into the DietPi.

The following software can be installed using these scripts:
Decoders

Site Feeders

Extras




OH WOW!!!

Very awesome…would LOVE to see more HAM programs for the OrangePI, especially with those cheap RTL-SDR’s

Great writeup! Thanks

This is the right Script… because the other do not this job… Greetings from Germany !!! Please More SDR Scripts/ Tools inside Diet!!!

Manual installations…
sudo apt-get update
sudo apt-get install git
git clone https://github.com/jprochazka/adsb-receiver.git
cd ~/adsb-receiver
chmod +x install.sh
./install.sh
Updating existing installations…
Your local repository will be updated each time install.sh is executed.

cd ~/adsb-receiver
./install.sh