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:08:57 PM »
Alan

22-03-2026 Updated file in attach.

Carlos
2
AirNav Radar Discussion / Re: Database Update Requests
« Last post by mikek on Today at 07:04:21 AM »
Hi Alan,

C81839, ZK-JOS, Aerostar 601, 61-0361-116, Matrinair Limited

Cheers,
Mike
3
From what it looks like to me, is their DNS record for mlat.airvavsystems.com is gone. 
4
AirNav Radar Discussion / Re: Database Update Requests
« Last post by CarlosAbreu on March 22, 2026, 04:41:20 PM »
Alan

19/20 and 21 data are in the file I sent today at 1:20 AM.

Carlos

5
AirNav Radar Discussion / Re: Database Update Requests
« Last post by Runway 31 on March 22, 2026, 03:41:32 PM »
Thanks Carlos, all caught up.  I note nothing for yesterday (Saturday)

Alan
6
AirNav Radar Discussion / Re: Cannot configure airband receiver on Rpi 5
« Last post by abcd567 on March 22, 2026, 01:06:49 AM »
I have today build rtl-airband-rb.deb arm64 package for RPi running Bookworm using source code at https://github.com/szpajder/RTLSDR-Airband. Tested it on my RPi 4 running Bookworm, and it works perfectly well. Please see attached screenshot.

I have uploaded this .deb package to my github repository. Anyone can download and install it by following method:

STEP 1 of 2: Download and Install
Code: [Select]


wget https://github.com/abcd567a/temp/releases/download/pythhon3.12/rtl-airband-rb_10.0.0_bookworm_armhf.deb 

sudo dpkg -i rtl-airband-rb_10.0.0_bookworm_armhf.deb 


The second command above will halt midway and give notice of missing dependencies. Do not worry. When this happens, issue following command, which will install missing dependencies and complete the installation.
Code: [Select]
sudo apt --fix-broken install




STEP 2 of 2: CONFIGURE
Open config file for editing
Code: [Select]
sudo nano /etc/rtl-airband-rb.conf


(2.1) It is a long file. Scroll down and add your particulars in these two lines:

         mountpoint = "EXTVHFXXXXXX"; 
        username = "<RadarBox Login E-mail>";
          password = "<radarBox Password>";
 
(2.2) You will also be required to set frequencies of your local airport in following line

      freqs = ( 118000000, 119550000, 126000000 );
      labels = ( "Tower", "Ground", "Approach" );



CONTENTS OF CONFIG FILE /etc/rtl-airband-rb.conf
Code: [Select]
# This is a minimalistic configuration file for rtl-airband
# Please change frequencies that you will use and other settings.
#
# Note: this configuration will use your second dongle attached
# to you raspberry, not the first one!
#
# index = 0     => First dongle
# index = 1     => Second dongle


devices:
({
  type = "rtlsdr";
  index = 1;
  gain = 28;
  correction = 0;
  mode = "scan";
  channels:
  (
    {
          #squelch = 35;  # Uncomment to set squelch manually
      freqs = ( 118000000, 119550000, 126000000 );
      labels = ( "Tower", "Ground", "Approach" );
      outputs: (
        {
          type = "icecast";
          server = "audio.rb24.com";
          port = 8000;
          mountpoint = "EXTVHFXXXXXX";
          name = "My Transmitter";
          genre = "ATC";
          username = "<RadarBox Login E-mail>";
          password = "<radarBox Password>";
          send_scan_freq_tags = true;
        }
                # If you need more outputs, put here

      );
    }
  );
 }
);


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

21-03-2026 Updated file in attach.

Carlos
8
AirNav Radar Discussion / Re: Database Update Requests
« Last post by CarlosAbreu on March 21, 2026, 01:09:40 PM »
Alan

20-03-2026 Updated file in attach.

Carlos
9
AirNav Radar Discussion / Re: Database Update Requests
« Last post by mikek on March 21, 2026, 03:33:50 AM »
Hi Alan,

C80779, ZK-WIL, ICP Savannah S, 20-12-54-0749, Stephen John Williams

Cheers,
Mike
10
AirNav Radar Discussion / Re: Database Update Requests
« Last post by CarlosAbreu on March 20, 2026, 02:02:42 AM »
Alan

19-03-2026 Updated file in attach.

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