Before starting, you'll need the following:
- Flightradar24 account - https://www.flightradar24.com
- FlightAware account - https://flightaware.com/
- PlaneFinder account - https://planefinder.net/
- GPS coordinates - https://maps.google.com
- Altitude information - https://www.daftlogic.com/sandbox-google-maps-find-altitude.htm
No need to manually set up RTL-SDR driver or Dump1090.
Install Flightradar24 using the official installation script: https://www.flightradar24.com/share-your-data
sudo bash -c "$(wget -O - http://repo.feed.flightradar24.com/install_fr24_rpi.sh)"Follow the on-screen instructions.
Check the installation by visiting: http://raspberry.pi.ip:8754/
Reference: https://flightaware.com/adsb/piaware/install
wget https://uk.flightaware.com/adsb/piaware/files/packages/pool/piaware/p/piaware-support/piaware-repository_4.0_all.deb
sudo dpkg -i piaware-repository_4.0_all.deb
sudo apt-get update
sudo apt-get install piawareGet the client from: https://planefinder.net/coverage/client
- TCP port: 30002
- Connection type: TCP
- TCP Address: localhost or 127.0.0.1
Important: dump1090 raw option must be set to "yes".
Edit the configuration file:
nano /etc/fr24feed.iniSet the following parameter:
raw="yes"Alternatively, this can be configured via the web interface at: http://x.x.x.x:8754/settings.html
Restart the service:
sudo service fr24feed restartClaim your PiAware client on FlightAware.com: http://flightaware.com/adsb/piaware/claim
Important! If you are sharing data to other networks alongside Flightradar24, please disable MLAT.
After installation is complete, make the following changes either through the Raspberry Pi's Web UI or by editing the fr24feed.ini config file:
MLAT="no"
MLAT-without-gps="no"Get at: https://github.com/wiedehopf/graphs1090
Get your fancy stats.

