I think I did it?! Can anyone help me confirm if

@speedmaster70

How to Install Feeders of Other Sites on Piaware SD card image

The piaware sd card image already has dump1090-fa and piaware data feeder pre-installed.

If you want, you can add other sites data feeders to feed dump1090-fa’s data to other sites as well. Follow the steps below:

 

(1) Adsbexchange feeder

sudo bash -c "$(wget -nv -O - https://raw.githubusercontent.com/adsbxchange/adsb-exchange/master/install.sh)"  

OPTIONAL: Stats Package – adsbexchange-stats
After installing Adsbexchange feeder, run following commands to install stats package which will allow you to see your feed directly on the site.

cd /home/pi  
git clone https://github.com/adsbxchange/adsbexchange-stats.git  
cd adsbexchange-stats  
chmod +x install.sh  
sudo ./install.sh  

 

(2) 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

 

(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

 

(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  

 

(5) System Monitoring Tools

Performance Graphs by @wiedehopf

$ sudo bash -c "$(wget -q -O - https://raw.githubusercontent.com/wiedehopf/graphs1090/master/install.sh)"  

 

 

3 Likes