anything
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 Runway 31 on March 09, 2026, 06:48:14 PM »
Thanks Carlos

Alan
2
AirNav Radar Discussion / Re: Logos
« Last post by RodBearden on March 09, 2026, 03:10:52 PM »
Two new ones:
BSW - Zhong Dong Business Jet Co. (China)
IBD - Lufthansa Aviation Training Switzerland AG

and two replacements:
ATJ - CTR Atmospherica Jets (Czechia) replacing our current logo
DTH - Tassili Airlines (Algeria) have rebranded to Domestic Airlines
3
AirNav Radar Discussion / Re: Logos
« Last post by RodBearden on March 09, 2026, 11:48:09 AM »
Thanks Terry - that's gone.
4
List of Contents
  • (A) INTRODUCTION
  • (B) SCRIPTS
  • (C) EXPLANATION

(A) INTRODUCTION:
The Radarbox24 feeder on first run sends information to Radarbox Server which identifies the rbfeeder's architecture, computer's MAC address, and the CPU Serial.

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 it is a non-RPi installation (i.e. the installed rbfeeder package does not have architecture arm64).

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

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


(B) SCRIPTS:

(B-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)" 



(B-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
 


(C) EXPLANATION:
QEMU (Quick Emulator) is a fast machine emulator, and can be run in following modes:
  • User Mode Emulation: Runs programs compiled for one CPU architecture (e.g., RPi's rbfeeder arm64 or armhf) on another (e.g., Linux amd64 x64 machine)
  • System Emulation: Emulates a complete machine, including a CPU, memory, and peripherals.
  • Virtualization (KVM/Xen): When paired with a hypervisor like KVM, QEMU enables near-native performance by running the guest code directly on the host CPU.
The "User Mode Emulation" is simplest and lightweight and does not make any changes to the Linux PC except installing 3 qemu-user support packages from apt repository of Linux OS (e.g. Ubuntu / Debian)

I have prepared two scripts, one for Debian amd64 PC, other for Ubuntu amd64 PC, which use the simpler and lightweight "User Mode Emulution".

These scrips automate the entire process of installation, and can be run by bash command.

These scripts 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.
  • Installs mlat-client.

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 required 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, and it is confusing and painful for those who have not used Docker before..

Installation of rbfeeder package on amd64 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.




5
AirNav Radar Discussion / Re: Database Update Requests
« Last post by CarlosAbreu on March 09, 2026, 12:11:29 AM »
Alan

08-03-2026 Updated file in attach.

Carlos
6
AirNav Radar Discussion / Re: Database Update Requests
« Last post by Runway 31 on March 08, 2026, 08:22:36 PM »
Thanks Carlos

Alan
7
AirNav Radar Discussion / Re: Database Update Requests
« Last post by Runway 31 on March 08, 2026, 07:48:42 PM »
Thanks Mike, amended

Alan
8
AirNav Radar Discussion / Re: Logos
« Last post by romdouk on March 08, 2026, 05:33:40 PM »
Hi Rod,
Delete TIBFT from the logos file as there is no corresponding entry in the d/b.
Thanks
9
AirNav Radar Discussion / Re: Database Update Requests
« Last post by romdouk on March 08, 2026, 05:30:54 PM »
Thanks Alan,
A0008C/N1FN is now a GL7T Global 7500, Fanatics Holdings Inc, c/n 70055. (ex N40NS)
10
AirNav Radar Discussion / Re: Database Update Requests
« Last post by Runway 31 on March 08, 2026, 04:04:58 PM »
Terry

Its in Planebase as you detail but no hex showing, have looked online but cannot find any flights on RB.  Last photo online is from 2019

I cannot state whether it is still current but Planelogger gives it a active

Alan

Pages: [1] 2 3 ... 10