I did it in following sequence:
-
Formatted microSD card
-
Burned Piaware 3.5.3 image to microSD card
-
Added my Flightaware feeder id:
sudo piaware-config feeder-id xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx sudo systemctl restart piaware
Where xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx is
Unique-identifier
I copied from my stats page. You can copy it from your stats page
Chris Pohlad-Thomas ADS-B Feeder Statistics - FlightAware. -
Installed FR24 feeder by bash script
sudo bash -c "$(wget -O - http://repo.feed.flightradar24.com/install_fr24_rpi.sh)"
- Installed Planefinder feeder by wget and dpkg commands below:
wget http://client.planefinder.net/pfclient_3.7.40_armhf.deb
sudo dpkg -i pfclient_3.7.40_armhf.deb
- Installed Radarbox24 feeder by bash script
sudo bash -c "$(wget -O - http://apt.rb24.com/inst_rbfeeder.sh)"
-
Have not yet installed Adsbexchange feeder. Will try to install it by manual method given here:
https://discussions.flightaware.com/t/bake-a-pi/19886/5
Scroll down to item (3) INSTALLATION OF ADSBEXCHANGE DATA FEEDER