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 ... 7 8 [9] 10
81
AirNav Radar Discussion / Re: Database Update Requests
« Last post by romdouk on February 12, 2026, 08:50:23 PM »
Thanks Alan,
Series G-M*** deletions, Part 1 of 2,
4027F2 G-MAAM pwfu
400C0C G-MACA destroyed
400B23 G-MAFI cx CAA
4012E5 G-MALS France
407A02 G-MAXB Italy
405C48 G-MCAB pwfu
406DB7 G-MCAZ Botswana
4068AB G-MCGC Norway
4051D8 G-MCLY destroyed
407D4F G-MDEM USA
402A04 G-MDPI cx CAA
40802D G-MDTC Norway
400966 G-MEDF pwfu
40721D G-MFLT IoM
403A08 G-MGPD cx CAA
4008E5 G-MIDT pwfu
400834 G-MIDX pwfu
404EBC G-MILD pwfu
407C7C G-MILL cx CAA
400CAD G-MIND Latvia
4036D6 G-MINS pwfu
405EEA G-MIRN Serbia
402E71 G-MKVB Australia
406043 G-MMBE pwfu
40243F G-MMGS pwfu
40249C G-MMXV cx CAA
40255D G-MNDD France
40266C G-MNIG pwfu
4026C7 G-MNRE cx CAA
4027B5 G-MNZP pwfu
404B31 G-MOAN Switzerland
407C74 G-MOFO Greece
406FAC G-MOOD destroyed
4021A4 G-MOTO Germany
40797B G-MRMA Czech Rep.
40332A G-MRSN pwfu
401001 G-MRTN cx CAA
406398 G-MRVK cx CAA
40285C G-MTDK cx CAA
4028EC G-MTIZ pwfu
40332E G-MWOI (actually G-MWOH) Lithuania


Amendments:
3FEF80 G-MCUP should be D-MCUP
402C38 G-MFVO should be G-MVFO
40638A G-MIHD now G-ZOGG
400B75 G-MLBC now G-DONN
40406A G-MOTA now G-ORSM
regards
82
Radarbox24 do NOT (yet) provide their feeder sofware for amd64 / x86_64 computers.

I have forked source-code of airnavsystem/rbfeeder at Github. The last update to airnavsystem source code was made 4 years ago when Bullseys was the latest OS. Now this code fails to compile on Bookworm, Trixie, Jammy & Noble.

I made necessary modifications to my forked copy of airnavsystem/rbfeeder code, and now it compiles successfully on Bookworm, Trixie, Jammy, and Noble.

https://github.com/abcd567a/rbfeeder

Using source-code of my updated fork, I have compiled rbfeeder packages + mlat-client packages on PC running following AMD64 / x86_64 OS

(1) Debian 13 Trixie
(2) Debian 12 Bookworm
(3) Ubuntu 24 Noble
(4) Ubuntu 22 Jammy


I have uploaded these packages to my GitHub repository.

These packages are located here:

https://github.com/abcd567a/rbfeeder/releases

Using following method, anyone can download & install these pre-built packages on their PC / Laptop running amd64 / x86_64 version of Debian 13 (Trixie) or Ubuntu 24 (Noble) :

(1) DEBIAN 13 TRIXIE

Code: [Select]
## Command below is very long, and it's right-most part may be hidden.
## Please scroll right to see and copy it in full

wget https://github.com/abcd567a/rbfeeder/releases/download/v1.0/rbfeeder_1.0.20_trixie_amd64.deb

sudo dpkg -i rbfeeder_1.0.20_trixie_amd64.deb

## The above command will give error message (Missing dependencies), and halt.
## Issue command below to fix the issue of missing dependencies.
## It will start installing missing dependencies and complete the installation of rbfeeder.

sudo apt --fix-broken install


After above command completes installation, issue followin 3 VERY IMPORTANT command:
Code: [Select]
## Command below is very long, and it's right-most part may be hidden.
## Please scroll right to see and copy it in full

sudo wget -O /etc/udev/rules.d/rtl-sdr.rules https://github.com/abcd567a/temp/raw/main/rtl-sdr.rules 

sudo usermod -aG plugdev rbfeeder

sudo reboot

## After reboot check status. Signup for a new key, or enter your existing key in file /etc/rbfeeder.ini

sudo systemctl status rbfeeder




Install mlat-client pre-built package on Debian 13 (Trixie):
Code: [Select]
sudo apt install python3-pyasyncore

wget https://github.com/abcd567a/rbfeeder/releases/download/v1.0/mlat-client_0.2.13_trixie_amd64.deb

sudo dpkg -i mlat-client_0.2.13_trixie_amd64.deb

sudo systemctl restart rbfeeder





(2) UBUNTU 24 NOBLE

Code: [Select]
## The command below is very long, and it's right-most part may be hidden.
## Please scroll right to see and copy it in full

wget https://github.com/abcd567a/rbfeeder/releases/download/v1.0/rbfeeder_1.0.20_noble_amd64.deb

sudo dpkg -i rbfeeder_1.0.20_noble_amd64.deb

## The above command will give error message (Missing dependencies), and halt.
## Issue command below to fix the issue of missing dependencies.
## It will start installing missing dependencies and complete the installation of rbfeeder.

sudo apt --fix-broken install


After above command completes installation, issue followin 3 VERY IMPORTANT command:


Code: [Select]
## The command below is very long, and it's right-most part may be hidden.
## Please scroll right to see and copy it in full

sudo wget -O /etc/udev/rules.d/rtl-sdr.rules https://github.com/abcd567a/temp/raw/main/rtl-sdr.rules 

sudo usermod -aG plugdev rbfeeder

sudo reboot

## After reboot check status. Signup for a new key, or enter your existing key in file /etc/rbfeeder.ini

sudo systemctl status rbfeeder



Install mlat-client pre-built package on Ubuntu 24 (Noble):
Code: [Select]
sudo apt install python3-pyasyncore

wget https://github.com/abcd567a/rbfeeder/releases/download/v1.0/mlat-client_0.2.13_noble_amd64.deb 

sudo dpkg -i mlat-client_0.2.13_noble_amd64.deb 

sudo systemctl restart rbfeeder



(3) CONFIGURATION - SHARING KEY:

OPTION-1: If you already have a rbfeeder key
Open config file for editing by following command:
Code: [Select]

sudo nano /etc/rbfeeder.ini

In above file, you may find yhere is already a key and station number. These were suppled by AirNav Server when rbfeeder runs for the first time.

Unfotunately, for non-rpi computers, the key and station number supplied by AirNav Server are invalid :-(

Please delete these invalid ones and add your valid key under [client]  as shown below:

key=xxxxxxxxxxxx

(NOTTE: replace xxxxxxxxx by your actual key)

Restart rbfeeder
Code: [Select]
sudo systemctl restart rbfeeder

The rbfeeder will make several attempts to get your key accepted by AirNav server, and finally succeed, and your station number will be pulled from AirNav servers and added to file /etc/rbfeeder.ini.


OPTION-2: If you dont already have a key
On first run, the rbfeeder gets a key and station number from AirNav Server., and saves these in file /etc/rbfeeder.ini .

Unfortunately the AirNav Server provides an invalid key for a non-rpi computer :-(

As a result, the rbfeeder on amd64 x86_64 computer fails to connect to AirNav Server and keeps on giving message "invalid Sharing-Key". If you try to claim on claim-site using this key, you get warning "invalid key".

The solution to this problem is:

SOLUTION (1): If you have a RPi, install rbfeeder on it, then copy its key from file /etc/rbfeeder.ini, and paste & save on notepad. Once you save the key, uninstall rbfeeder from RPi  Now open file /etc/rbfeeder.ini on your amd64 x86_64 computer, delete the invalid key, and station number, and copy-paste the key you generated on RPi, save file, and restart the rbfeeder. After several attempts, the rbfeeder will succed to connect to AirNav server. You can now claim this station on claims page using key generated on RPi.

https://www.airnavradar.com/sharing-data/claim

SOLUTION (2): Install rbfeeder in docker on your amd64 x86_64 computer. The docker runs rpi verson of rbfeeder, and the docker install is able to get a valid key from AirNav Server.

You can either continue using dockered rbfeeder, or of you dont like/want dockered rbfeeder, then you can copy-paste on notepad, the key generated by dockered rbfeeder, save notepad, then uninstall dockered rbfeeder from your amd64 x86_64 computer, and use this key with non-dockered rbfeeder installed by above method.



.
83
AirNav Radar Discussion / Re: Database Update Requests
« Last post by Runway 31 on February 12, 2026, 07:18:11 PM »
Thanks Carlos

Alan
84
AirNav Radar Discussion / Re: Database Update Requests
« Last post by Runway 31 on February 12, 2026, 07:14:28 PM »
All sorted Terry

Alan
85
AirNav Radar Discussion / Re: Logos
« Last post by RodBearden on February 12, 2026, 02:34:05 PM »
Four new ones:

JWZ - Paradise Jets (USA)
OBI - Orbifly (France)
PYR - Pyramids Airlines (Egypt)
TFZ - Flybeena (Travco Group Egypt)
86
AirNav Radar Discussion / Re: Database Update Requests
« Last post by romdouk on February 12, 2026, 07:55:26 AM »
Thanks Alan,
UK deletions:
40333E G-LACR cx CAA
404164 G-LADD France
406204 G-LATE IoM
407989 G-LATO cx CAA
407B0E G-LCTO Austria
407B11 G-LCTR Austria
405D68 G-LDVO USA
40743F G-LEGZ USA
405D9F G-LEMM pwfu
402518 G-LFSB cx CAA
402C57 G-LFSH pwfu
403B8D G-LFSM pwfu (also Miscodes 403B80/403D80)
403FC3 G-LFSR France
4007DD G-LGNA USA (also Miscode 4807DD)
406BD8 G-LGNP cx CAA
402239 G-LITE destroyed
404021 G-LJCC cx CAA
406D85 G-LLGE Morocco
405654 G-LLIZ pwfu
407A2D G-LMRC destroyed
403AC9 G-LOFM Poland
406EAE G-LOTE pwfu
400D27 G-LSAB pwfu
400E4E G-LSAC pwfu
400428 G-LSAD pwfu
400F4C G-LSAE pwfu
401079 G-LSAI pwfu
400437 G-LSAJ pwfu
4062D5 G-LSAK pwfu
406735 G-LSAN pwfu
4074CE G-LSZA Malta
4080F5 G-LUFC S. Africa
402245 G-LULU cx CAA
401013 G-LVDC S. Africa
403380 G-LWNG cx CAA


Amendments:
405FF2 G-LAWX now G-FXCT
40799F G-LFLF now G-VASS
401067 G-LGDC should be G-LDGC
400D43 G-LINE now G-SCOF
4018E3 G-LKUB should be G-LCUB
407C01 G-LODZ now G-JBBH
4072BA G-LOLI now G-DOTI
4058BD G-LSFB is in lower case
4046BC G-LTZY now G-XXUK
404F6C G-LUDM now G CMYV
regards
87
AirNav Radar Discussion / Re: Database Update Requests
« Last post by CarlosAbreu on February 12, 2026, 02:13:52 AM »
Alan

11-02-2026 Updated file in attach.

Carlos
88
AirNav Radar Discussion / Re: Both Stations down at same time on same day
« Last post by socom8721 on February 11, 2026, 09:24:06 PM »
Yes, I have been waiting on support for a while.  The support person keeps asking for the same information and screen shots and then does not reply for a few days.

We had really cold weather here when they went out.  Ordered a couple of new antennas to see if that does anything.

Other than that, I guess I just have to wait for Support.
89
AirNav Radar Discussion / Re: Database Update Requests
« Last post by Runway 31 on February 11, 2026, 06:33:30 PM »
Thanks again Terry, all done

Alan
90
AirNav Radar Discussion / Re: Logos
« Last post by RodBearden on February 11, 2026, 05:09:32 PM »
Two more rebrands:

QAZ - Qazaq (Kazakhstan) rebranded to Vietjet Qazaqstan
SKP - Smartlynx Australia rebranded to Skytrans Australia
Pages: 1 ... 7 8 [9] 10