Graphs for dump1090 -- my version with install script

Piaware feeder-id

For Beginners - How to GetBack Existing StationNumber in A Fresh Install

Also see this thread:
Howto : Piaware SD card image 3.8.0 QuickstartGuide

Note: Above Howto is for ver 3.8.0 but applicable to ver 3.8.1, except that the link to download image is for outdated image ver 3.8.0, so dont use that link. Instead download latest imahe from Flightaware page:
https://flightaware.com/adsb/piaware/build

FR24 key

You can copy-paste fr24key in Notepad and save notepad, using following method:

cat /etc/fr24feed.ini
 

receiver="beast-tcp" 
fr24key="xxxxxxxxxxxxxxx" 
host="127.0.0.1:30005" 
bs="no" 
raw="no" 
logmode="1" 
logpath="/var/log/fr24feed" 
mlat="yes" 
mlat-without-gps="yes"

Alternate method to get the fr24key
https://discussions.flightaware.com/t/announcing-piaware-3-8-1/59021/141

Planefinder sharecode

SSH to RPi and give following command:

cat /etc/pfclient-config.json

The above command will display following long text. Scroll right. Continue scrolling right till you reach end of text, and the share code will be there at the end.

{"tcp_address":"127.0.0.1","tcp_port":"30005","select_timeout":"10","data_upload_interval":"10","connection_type":"1","aircraft_timeout":"30","data_format":"1","latitude":"xx.xxxx","longitude":"yy.yyyy","sharecode":"zzzzzzzzzzzz"}
1 Like