Note: SSH password for piaware image is "flightaware" without the quotes.

To share data from your Piaware with Flightradar24 simply follow the instructions below:


1. Login/ssh into your Pi and run the following script on it. This will download, install and start the signup process. It might take a little time to complete to give it a while.

 

wget -qO- https://fr24.com/install.sh | sudo bash -s


2. See the attached screenshot for answering setup questions OR refer to page 29 of the manual for the same.


Note: This does not affect your piaware feed!


Here is what your configuration should look like.


Open your browser and go to

http://IP-of-Pi:8754/settings.html

Make sure to replace IP-of-Pi in the above URL with the actual IP address of your raspberry pi. If you have the correct IP address, you should see something like this


Both the Settings below are correct. You can use either. Just make sure you use the correct port with the correct receiver type ie. AVR(TCP) is 30002 while ModeS Beast (TCP) is 30005



OR




VIA SSH

(How to SSH into a pi)

 

 

Run the following command to display your settings

cat /etc/fr24feed.ini


They should be as follows


Both the settings below are correct. You can use either. Just make sure you use the correct port with the correct receiver type ie. AVR(TCP) is 30002 while ModeS Beast (TCP) is 30005


receiver="avr-tcp"

fr24key="Sharing Key"

host="127.0.0.1:30002"

bs="no"

raw="no"

logmode="2"

windowmode="0"

logpath="/var/log/fr24feed"

mpx="no"

mlat="no"

mlat-without-gps="no"


OR 


receiver="beast-tcp"

fr24key="Sharing Key"

host="127.0.0.1:30005"

bs="no"

raw="no"

logmode="2"

windowmode="0"

logpath="/var/log/fr24feed"

mpx="no"

mlat="no"

mlat-without-gps="no"