AirNav Systems Forum

AirNav RadarBox and RadarBox24.com => AirNav RadarBox and RadarBox24.com Discussion => Topic started by: cigarsnvball on February 15, 2020, 03:31:48 AM

Title: Setting up Raspberry PI connecting to receiver and not the network.
Post by: cigarsnvball on February 15, 2020, 03:31:48 AM
I am trying to configure my PI to feed to this site but have not been able to configure it out. According to Alex at customer support my configuration is trying to connect to the receiver but it should be using the network. It is a Flight Aware Prostick plus receiver. I am successfully feeding to Flightradar24 and ADSB Exchange but can't get this one figured out. Any help would be appreciated.
Title: Re: Setting up Raspberry PI connecting to receiver and not the network.
Post by: Runway 31 on February 15, 2020, 08:38:18 AM
While waiting on someone who knows about Pi's, have a look at these threads for assistance

https://forum.radarbox24.com/index.php?topic=10201.msg187831#msg187831
https://forum.radarbox24.com/index.php?topic=101751.15

Alan
Title: Re: Setting up Raspberry PI connecting to receiver and not the network.
Post by: abcd567 on February 21, 2020, 02:57:18 AM
Which image you have written to your microSD card (Raspbian image, or Piaware sd card image, or Pi24 image)?

Irrespective of your image, as you are successfully feeding other sites, you already have one of the decoder installed (either dump1090-fa or dum1090-mutability). This decoder will grab the receiver (prostick) at boot.

The rbfeeder can be run in two modes
(1) network_mode=true, and in this case it uses data from already running dump1090
(2) network_mode=false, and in this case it starts its own integral dump1090 which tries to use receiver prostick.

As you already have a dump1090 running & using receiver, the setting network=false results in failure of rbfeeder's built-in dump1090.

Therefore in your case you must use setting network_mode=true.


Code: [Select]
sudo nano /etc/rbfeeder.ini

The bove command will open file whose contents are given below. Make sure your settings are same as those shown in red.


[client]
network_mode                   = true
log_file                       = /var/log/rbfeeder.log
key                            = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
sn                             = EXTRPIxxxxxx

[network]
mode                           = beast
external_port                  = 30005
external_host                  = 127.0.0.1

[mlat]

Title: Re: Setting up Raspberry PI connecting to receiver and not the network.
Post by: cigarsnvball on February 21, 2020, 03:21:44 AM
Wow great information. Thank you very much. I take that information and see what I can do.  Thanks again.
Title: Re: Setting up Raspberry PI connecting to receiver and not the network.
Post by: abcd567 on February 21, 2020, 03:49:24 AM
Wow great information. Thank you very much. I take that information and see what I can do.  Thanks again.

Configuration information is available in the  Bake a Pi (https://forum.radarbox24.com/index.php?topic=10201.msg187831#msg187831) thread. Moderator Runway31 has posted link to it in his above post.

It seems that either you did not visit it, or if you did visit it, you were not able to dig out required info from the heap of information there.

Title: Re: Setting up Raspberry PI connecting to receiver and not the network.
Post by: cigarsnvball on February 21, 2020, 05:28:02 AM
I a sure that I was just not able to interpret what I read. I purchased a preconfigured Flight Aware Pro Stick that had preloaded software. I have stumbled my way through to this point. I have never used Linux before. It took me a few weeks just to figure out how to SSH. I followed the steps to get it up and running. I think that I did it incorrectly and that I need to undue whatever I did.
Title: Re: Setting up Raspberry PI connecting to receiver and not the network.
Post by: abcd567 on February 21, 2020, 12:43:05 PM
I think that I did it incorrectly and that I need to undue whatever I did.

if it ain't broke, dont fix it.

If everything is working ok, dont redo.
However if you decide to redo, then I will recommend OPTION-2 of Bake a Pi thread:

https://forum.radarbox24.com/index.php?topic=10201.msg187851#msg187851

Next step is to install other feeders:

http://www.airnavsystems.com/forum/index.php?topic=10201.msg187901#msg187901

.