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

Login with username, password and session length
 


Recent Posts

Pages: [1] 2 3 ... 10
1
AirNav Radar Discussion / Re: Database Update Requests
« Last post by CarlosAbreu on Today at 12:29:54 AM »
Alan

06-03-2026 Updated file in attach.

Carlos
2
AirNav Radar Discussion / Re: Database Update Requests
« Last post by Runway 31 on March 06, 2026, 06:28:02 PM »
ThanksCarlos

Alan
3
AirNav Radar Discussion / Re: Database Update Requests
« Last post by CarlosAbreu on March 06, 2026, 11:10:44 AM »
Alan

05-03-2026 Updated file in attach.

Carlos
4
The Radarbox24 feeder on first run sends information to Radarbox Server which identifies the computer / OS architecture, MAC address, and the CPU Serial from file  /proc/cpuinfo.

The Radarbox24 server sends back the sharing key and station number which is saved in file /etc/rbfeeder.ini

For unknown and unfortunate reason, the key and station number supplied by Radarbox24 Server are INVALID if the it is a non-RPi machine.

This problem is overcome by installing rbfeeder package for RPi (64-bit  arm64) on amd64 / x86_64 machines on which QEMU support has been installed.

The QEMU install is NOT a Docker install.

Installation and use of any app using QEMU is simple. It uses same commands as normal install on RPi. The user is not requiref to learn anything new. On the other hand DOCKER has its own syntax and commands, and users are required to learn how to use it.

Installation of rbfeeder package on x86_64 computer with QEMU support has a big advantage that it does NOT require / use spoofing of any kind to get a Valid Sharing Key, such as spoofing cpu serial, spoofing mac address, etc.


I have prepared two scripts (one for Ubuntu, one for Debian)  which do following:

  • Installs QEMU support (simply by installing packages qemu-user, qemu-user-binfmt, and binfmt-support)
  • Adds architecture ARM64 to system
  • Ubuntu only: adds apt sources.list “ubuntu-ports-arm64.sources” for arm64 (debian does not require user to add separate sources list for arm64)
  • Installs necessary ARM64 library (libc6:arm64)
  • Adds rb24 repository by adding /etc/apt/sources.list.d/rb24.list and /etc/apt/keyrings/rb24.gpg
  • Installs rbfeeder:arm64 using command sudo apt install rbfeeder. The QEMU emulates arm64 / aarch64 environment.

Just run the following bash script on your Debian / Ubuntu amd64 / x86_64 machine, and the rbfeeder:arm64 will be installed, a valid Sharing-Key will be obtained, and rbfeeder will run successfully.

(1) For Debian 12 & 13 (bookworm & trixie)
This script is very long, and it’s right-most part may not be visible directly.
Please scroll right to view and copy it in full

Code: [Select]
sudo bash -c "$(wget -O - https://github.com/abcd567a/temp/raw/main/install-rb24-qemu-debian.sh)" 


(2) For Ubuntu 22 & 24 (jammy & noble)
This script is very long, and it’s right-most part may not be visible directly.
Please scroll right to view and copy it in full

Code: [Select]
sudo bash -c "$(wget -O - https://github.com/abcd567a/temp/raw/main/install-rb24-qemu-ubuntu.sh)" 


User can upgrade to any new version released by RB24 by issueing following commands:
Code: [Select]
sudo apt update 

sudo apt upgrade rbfeeder:arm64
 


5
AirNav Radar Discussion / Re: proper VHF yellow stick use
« Last post by TS-IOR on March 05, 2026, 08:16:11 PM »
OK.. so required random BNC male to SMA female adapter or a specific model that handles the VHF range?
6
AirNav Radar Discussion / Re: Database Update Requests
« Last post by Runway 31 on March 05, 2026, 12:42:19 PM »
Thanks Carlos

Alan
7
AirNav Radar Discussion / Re: Database Update Requests
« Last post by CarlosAbreu on March 05, 2026, 12:40:02 AM »
Alan

04-03-2026 Updated file in attach.

Carlos
8
AirNav Radar Discussion / Re: Database Update Requests
« Last post by Runway 31 on March 04, 2026, 09:23:29 PM »
Thanks Carlos

Alan
9
AirNav Radar Discussion / Re: Database Update Requests
« Last post by Runway 31 on March 04, 2026, 09:17:00 PM »
Thanks Mike, ex OH-MIP

Alan
10
AirNav Radar Discussion / Re: Database Update Requests
« Last post by CarlosAbreu on March 04, 2026, 01:20:50 AM »
Alan

03-03-2026 Updated file in attach.

Carlos
Pages: [1] 2 3 ... 10