Can a expirianced user tell me if this airband setup is correct ?
Does this scan 4 frequency's from the same dongle?
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 = ( 118105000, 118280000, 118955000, 119225000 );
afc=1;
labels = ( "Schiphol Tower (Runway 18R – 36L)", "Schiphol Tower (Runway 18C – 36C / 09 – 27)", "Schiphol Tower (Runway 06 – 24)", "Schiphol Tower (Runway 18L – 36R)" );
outputs: (
{ type = "icecast"; server = "audio.rb24.com"; port = 8000;
mountpoint = "EXTVHF00000A";
name = "Schiphol Tower (Runway 18R – 36L)";
description = "Runway 18R - 36L";
genre = "ATC";
username = "XXXX";
password = "XXXX";
send_scan_freq_tags = true; },
{
type = "icecast";
server = "audio.rb24.com";
port = 8000;
mountpoint = "EXTVHF00000B";
name = "Schiphol Tower (Runway 18C – 36C / 09 – 27)";
genre = "ATC";
username = "XXXX";
password = "XXXX";
send_scan_freq_tags = true;
},
{
type = "icecast";
server = "audio.rb24.com";
port = 8000;
mountpoint = "EXTVHF00000C";
name = "Schiphol Tower (Runway 06 – 24)";
genre = "ATC";
username = "XXXX";
password = "XXXX";
send_scan_freq_tags = true;
},
{
type = "icecast";
server = "audio.rb24.com";
port = 8000;
mountpoint = "EXTVHF00000D";
name = "Schiphol Tower (Runway 18L – 36R)";
genre = "ATC";
username = "XXXX";
password = "XXXX";
send_scan_freq_tags = true;
}
# If you need more outputs, put here
);
}
);
}
);
Thanks in advance !