1
AirNav Radar Discussion / Re: Database Update Requests
« Last post by Runway 31 on Today at 03:41:32 PM »Thanks Carlos, all caught up. I note nothing for yesterday (Saturday)
Alan
Alan
wget https://github.com/abcd567a/temp/releases/download/pythhon3.12/rtl-airband-rb_10.0.0_bookworm_arm64.deb
sudo dpkg -i rtl-airband-rb_10.0.0_bookworm_arm64.deb
sudo apt --fix-broken install
sudo nano /etc/rtl-airband-rb.conf
# 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
);
}
);
}
);