STEP-1: Write piaware sd card image to your microSD card.
(1.1) Download image
Latest image ver 3.8.1
http://piaware.flightcdn.com/piaware-sd-card-3.8.1.img.zip
(1.2) Write image and configure it using this guide:
Howto : Piaware SD card image 3.8.0 Quickstart Guide
Note: When using QuickStart Guide:
- Do not download old image v 3.8.0 from step 1 of guide
- Follow steps 2, 3, and 4 of the QuickStart Guide. Do NOT follow steps 5 to 10 if you are not using 978 Mhz UAT. The 978 UAT is available in USA only and requires an extra dongle.
STEP-2: Install Feeders
(2.1) FR24 feeder
$ sudo bash -c "$(wget -O - https://repo-feed.flightradar24.com/install_fr24_rpi.sh)"
## Caution: During configuration of fr24feed, never choose “Receiver DVBT”.
## Choose Receiver: ModeS Beast(TCP), host/port: 127.0.0.1:30005
(2.2) Adsbexchange feeder
sudo bash -c "$(wget -nv -O - https://raw.githubusercontent.com/adsbxchange/adsb-exchange/master/install.sh)"
(2.3) Planefinder feeder
$ wget http://client.planefinder.net/pfclient_4.1.1_armhf.deb
$ sudo dpkg -i pfclient_4.1.1_armhf.deb
## Go to page IP-of-PI:30053 to complete configuration
(2.4) RadarBox24 feeder
$ sudo bash -c "$(wget -O - http://apt.rb24.com/inst_rbfeeder.sh)"
$ sudo rbfeeder --setkey xxxxxxxxxx --no-start
## Replace xxxxx by your actual key
## Press Ctrl+C to break log output.
$ sudo systemctl restart rbfeeder
STEP-3: System Monitoring
(3.1) Graphs by Wiedehopf
$ sudo bash -c "$(wget -q -O - https://raw.githubusercontent.com/wiedehopf/graphs1090/master/install.sh)"