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. The process might take some time to complete, so please be patient and give it a while to finish.
wget -qO- https://fr24.com/install.sh | sudo bash -s
2. See the attached screenshot for answering setup questions OR visit 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 the IP address is correct, you should see output similar to 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
Run the following command to display your settings:
cat /etc/fr24feed.ini
They should show 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"