AirNav RadarBox
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 


Author Topic: Help getting adsbexchange working again  (Read 2199 times)

0 Members and 1 Guest are viewing this topic.

fritz614

  • New Member
  • *
  • Posts: 1
Help getting adsbexchange working again
« on: January 23, 2020, 12:00:30 AM »
I have a Pi3+ with a FA USB dongle running adsbexchange.  I added RadarBox today, and now I can not see my feed from my original install, but can see RadarBox.  I am sure I entered something wrong somewhere as I am not very good at Pi language or the programs themselves.
I think I need to configure it so that RadarBox does not start it own dump1090.

any help would be great!

abcd567

  • Hero Member
  • *****
  • Posts: 842
  • CYYZ - Toronto
Re: Help getting adsbexchange working again
« Reply #1 on: January 29, 2020, 10:56:07 AM »
Please post output of following command (remove feeder key before posting

Code: [Select]
cat /etc/rbfeeder.ini


.
For your reference, this is output on my RPi
The setting which will prevent built-in dump1090 to start is
network_mode=true
With above setting, you have to have other settings shown in red to pull data from your installed dump1090-fa or dump1090-mutability

Quote
[client]
network_mode=true
log_file=/var/log/rbfeeder.log
key=xxxxxxxxxxxxxxxxxxxxxx
sn=EXTRPI00xxxx
lat=xx.xxxx
lon=yy.yyyy
alt=zzz

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


[mlat]
autostart_mlat=true


« Last Edit: January 30, 2020, 03:49:36 AM by abcd567 »