Skip to content

Instantly share code, notes, and snippets.

@ckarrie
Last active January 27, 2021 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ckarrie/bc59b04d2905ee45374859642361f0f5 to your computer and use it in GitHub Desktop.
Save ckarrie/bc59b04d2905ee45374859642361f0f5 to your computer and use it in GitHub Desktop.
devices:
({
type = "rtlsdr";
index = 1;
gain = 100;
centerfreq = 173.0;
correction = 0;
mode = "multichannel";
channels:
(
{
freq = 172.640;
modulation = "nfm";
outputs: ({
type = "pulse";
#server = "127.0.0.1";
sink = "chan0";
stream_name = "172.64Mhz";
continuous = true;
});
},
{
freq = 172.680;
modulation = "nfm";
outputs: ({
type = "pulse";
#server = "127.0.0.1";
sink = "chan1";
stream_name = "172.68Mhz";
continuous = true;
});
},
{
freq = 172.781;
modulation = "nfm";
outputs: ({
type = "pulse";
#server = "127.0.0.1";
sink = "chan2";
stream_name = "chan2";
continuous = true;
});
},
{
freq = 173.1395;
modulation = "nfm";
outputs: ({
type = "pulse";
#server = "127.0.0.1";
sink = "chan3";
stream_name = "chan3";
continuous = true;
});
},
{
freq = 173.1696;
modulation = "nfm";
outputs: ({
type = "pulse";
#server = "127.0.0.1";
sink = "chan4";
stream_name = "chan4";
continuous = true;
});
},
{
freq = 173.20;
modulation = "nfm";
outputs: ({
type = "pulse";
#server = "127.0.0.1";
sink = "chan5";
stream_name = "chan5";
continuous = true;
});
}
);
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment