AirNav RadarBox and RadarBox24.com > AirNav RadarBox and RadarBox24.com Discussion

Bake a Pi

<< < (2/18) > >>

abcd567:
Last update: Feb 19, 2022

ADDITIONAL FEEDERS

(1) INSTALLATION OF PLANEFINDER DATA FEEDER:
To install Plane Finder Client, enter these commands in console:

This version of Planefnder Feeder has Open Street Map by default, but has option to switch to Google Map

--- Code: ---wget http://client.planefinder.net/pfclient_5.0.161_armhf.deb
sudo dpkg -i pfclient_5.0.161_armhf.deb

--- End code ---

The above versions are current as on February 19, 2022.
For latest version number, check this page:
https://planefinder.net/sharing/client
 
CONFIGURE
After installation is complete as above, type http: //<ip address of RPi on your network>:30053/setup.html in your browser, and follow instructions on the page opened. The <ip address of RPi on your network> will be something like 192.168.2.12 and can be found from your router setup.

Choose option to request sharecode, if you don't already have one. Planefinder will send it to you by email. After you receive sharecode, you can enter it on above page and complete your configuration.

During configuration,enter:
Sharecode
Receiver Lat: Your Latitude in decimal format
Receiver Lon: Your Longitude in decimal format
Click "Assign Share Code"


This will open a new page. On this page enter:
Receiver Data Format:  Beast
How are you connecting to your receiver: Network
IP Address:  127.0.0.1
Port Number: 30005
Click "Complete configuration"

PF Client web interfaces:
After SETUP is complete and pfclient is up & running, you can see following in your computer's browser.
http:// <ip-address-of-RPi>:30053/map.html (shows planes on Open Street Map/Google Map)
http:// <ip-address-of-RPi>:30053/stats.html (shows stats of your receiver)
http:// <ip-address-of-RPi>:30053/logs.html (shows logs of your receiver)

(<ip-address-of-RPi> will be something like 192.168.2.15 . Obtain exact value from your router settings)
.
.
.

(2) INSTALLATION OF FLIGHTAWARE DATA FEEDER:


--- Code: ---wget https://flightaware.com/adsb/piaware/files/packages/pool/piaware/p/piaware-support/piaware-repository_7.1_all.deb
sudo dpkg -i piaware-repository_7.1_all.deb

sudo apt-get update
sudo apt-get install piaware

#The above command will run for a while and install piaware.
#After installation is completed, give following commands.
sudo piaware-config allow-auto-updates yes
sudo piaware-config allow-manual-updates yes

--- End code ---

The above version (7.1) is current as on February 19, 2022.
To check latest version number, go to item "2 - Download and Install PiAware" on this page:
http://flightaware.com/adsb/piaware/install.

.
.
.
(3) INSTALLATION OF FLIGHTRADAR24 DATA FEEDER:
Install FR24 feeder using command below.
After installation is done, it will present a signup wizard, asking for email, sharing key, latitude, longitude, antenna height etc.

--- Code: ---sudo bash -c "$(wget -O - https://repo-feed.flightradar24.com/install_fr24_rpi.sh)"

--- End code ---
The above method is current as on February 19, 2022.
For latest instructions, please visit this page:
https://www.flightradar24.com/raspberry-pi.

After instal;ling the fr24feed package, the installer will start signup procedure. After getting from you email, fr24 share key, latitude, longitude, elevation, it will ask you this question:

Would you like to use autoconfig (*yes*/no)$:

Type yes and press Enter key


Post Install configuration/Re-configuration of FR24 feeder
METHOD-1: The FR24 Feeder can be configured on the page http://<IP of RPi>:8754/settings.html.
The "Receiver" and "Host/IP" setting should be either "ModeS Beast(TCP),  127.0.0.1:30005" or "AVR(TCP),  127.0.0.1:30002"

METHOD-2: Re-configuration can also be done through SSH

--- Code: ---~ $ sudo fr24feed --reconfigure

--- End code ---
It will ask choice for receiver configuration. ENTER VALUES SHOWN IN RED BELOW

--- Quote ---Step 4.1 - Receiver selection:
 1 - DVBT Stick (USB)
 -----------------------------------------------------
 2 - SBS1/SBS1er (USB/Network)
 3 - SBS3 (USB/Network)
 4 - ModeS Beast (USB/Network)
 5 - AVR Compatible (DVBT over network, etc)
 6 - microADSB (USB/Network)
 7 - SBSx via Basestation (localhost:30006)
Enter your receiver type (1-7)$: 4


Step 4.2 - Please select connection type:
 1 - Network connection
 2 - USB directly to this computer
Enter your connection type (1-2)$: 1


Step 4.3A - Please enter your receiver's IP address/hostname
$: 127.0.0.1

Step 4.3B - Please enter your receiver's data port number
$: 30005


Step 5.1 - Would you like to enable RAW data feed on port 30002 (yes/no)$:no

Step 5.2 - Would you like to enable Basestation data feed on port 30003 (yes/no)$:no

Step 6A - Please select desired logfile mode:
 0 -  Disabled
 1 -  48 hour, 24h rotation
 2 -  72 hour, 24h rotation
Select logfile mode (0-2)$:0

Step 6B - Please enter desired logfile path (/var/log):
$:/var/log

--- End quote ---

After reconfiguration, restart fr24feed

--- Code: ---~$ sudo service fr24feed restart

--- End code ---
.
.

AND THAT IS ALL....... ENJOY!






.
.
.

anorak:
Thanks very much for all the effort put in to getting the dongles working with Pi, but you can`t rest on your laurels yet, what about gettig the boxes to run through the Pi kit.  Pretty please............ ;-))
Dave.

abcd567:

--- Quote from: anorak on June 26, 2017, 08:17:24 PM ---....what about gettig the boxes to run through the Pi kit....
--- End quote ---
I dont have Radarbox ComStation or Micro RadarBox, so cannot answer your question.

Aparently Micro RadarBox, being a DVB-T USB receiver, should work with RPi in the same way as any other DVB-T works with RPi.

anorak:
I was thinking about the original boxes to save my poor old laptop from expiring from heat exhaustion!  (Yes even in England  ;-) )
Dave.

abcd567:

--- Quote from: anorak on July 05, 2017, 08:21:51 AM ---I was thinking about the original boxes to save my poor old laptop from expiring from heat exhaustion!  (Yes even in England  ;-) )
Dave.

--- End quote ---
Hi Dave
I don't have Radarbox hardware. Can you tell me which cable your Radarbox uses to connect to your Windows computer (USB,  Serial,  Parallel,  com port,  or Ethernet)?

If the Radarbox is connected to router by an Ethernet cable,  and Windows computer connects to it on network,  I may find a way to feed data to airnav through Pi instead of Windows computer.
Regards
abcd567

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version