AirNav Systems Forum

AirNav RadarBox and RadarBox24.com => AirNav RadarBox and RadarBox24.com Discussion => Topic started by: F4HUX on June 09, 2022, 05:59:21 AM

Title: Radarbox on ubuntu20.04
Post by: F4HUX on June 09, 2022, 05:59:21 AM
Hello
My cubieboard (armbian) is dead this night......!
I used it only for radarbox. Dump1090 and all my other feeders (fr24, flightaware,planefinder, wrs, opensky, adsbexchange...etc ) are running on Ubuntu20.04 amd64 (big server  ) How to install radarbox on U20.04 ?.....I don't find ?
Many thanks.
Pierre
F4HUX
Title: Re: Radarbox on ubuntu20.04
Post by: abcd567 on June 09, 2022, 07:26:30 AM
No way to feed from Linux OS on computer with amd64 or x86_64 cpu.
RB24 has neither amd64 feeder nor has made source-code available for users to comple it themselves.

You can however feed RB24 from Windows computer using AirNav Radarbox Windows software and a DVBT or Flightstick plugged into Windows computer.  You will also need an antenna and connect it to DVBT or Flightstick.
Title: Re: Radarbox on ubuntu20.04
Post by: F4HUX on June 10, 2022, 04:26:39 AM
Thank you abcd567
I ll try to repair my cubieboard only for radardox.
Never win at home Hi Hi HI
Have a good day.
Pierre
F4HUX
https://www.qrz.com/db/f4hux (https://www.qrz.com/db/f4hux)
Title: Re: Radarbox on ubuntu20.04
Post by: F4HUX on June 23, 2022, 07:41:04 AM
Hello
My cubieboard is running ( new install Armbian 21.08.1 Bullseye with Linux 5.10.60-sunxi ) only for rbfeeder . Dump1090 is running on my ubutnu server.
I found a docker version on github for rbfeeder( amd64: Linux x86-64
arm32v7, armv7l: ARMv7 32-bit (Odroid HC1/HC2/XU4, RPi 2/3)
arm64, aarch64: ARMv8 64-bit (RPi 4 64-bit OSes) )
 Perhaps I 'll try it on ubuntu20.04.
Have a good day
Pierre
F4HUX
Title: Re: Radarbox on ubuntu20.04
Post by: F4HUX on July 03, 2022, 05:42:37 PM
Hello
install docker on my ubuntu-server
huawei@ubuntu-server:~$ sudo apt-get install docker.io

running rbfeeder

huawei@ubuntu-server:~$ sudo docker run -d --rm --name rbfeeder -e TZ="France/Paris" -e BEASTHOST=192.168.0.101 -e BEASTPORT=30005 -e LAT=47.5783 -e LONG=-0.5647 -e ALT=50 -e SHARING_KEY="my sharing key" ghcr.io/sdr-enthusiasts/docker-radarbox:latest
Unable to find image 'ghcr.io/sdr-enthusiasts/docker-radarbox:latest' locally
latest: Pulling from sdr-enthusiasts/docker-radarbox
42c077c10790: Pull complete
6081e5b4631d: Pull complete
8b75cb36dc75: Pull complete
c3132ec8224b: Pull complete
Digest: sha256:33cfd5f88f3229264a60482a5b6e641f2d63ac0eec21fce070476ce36d493349
Status: Downloaded newer image for ghcr.io/sdr-enthusiasts/docker-radarbox:latest
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
huawei@ubuntu-server:~$ sudo docker container ls -a
CONTAINER ID   IMAGE                                            COMMAND   CREATED              STATUS                                 PORTS                  NAMES
a9d4b5308e5a   ghcr.io/sdr-enthusiasts/docker-radarbox:latest   "/init"   About a minute ago   Up About a minute (health: starting)   30105/tcp, 32088/tcp   rbfeeder
huawei@ubuntu-server:~$ sudo docker start rbfeeder
rbfeeder
huawei@ubuntu-server:~$

Rbfeeder seems to be running correctly......except Mlat ?
Perhaps  add "-e ENABLE_MLAT=true" in my command line ?

Pierre
F4HUX
Title: Re: Radarbox on ubuntu20.04
Post by: F4HUX on July 04, 2022, 04:50:34 AM
Today, MLAT is running.

Title: Re: Radarbox on ubuntu20.04
Post by: Runway 31 on July 04, 2022, 10:19:10 AM
Looks like that did the trick, nice coverage

Alan