Contact: [email protected]
Service which connects to the software defined radio and does all the signal processing from reducing the noise floor to the conversion to diskrete bits. This piece of code also searches for the actual carriers and adjusts the frequency accordingly.
Environment variable | description |
---|---|
DECODER_FREQUENCY | float of the center frequency of the SDR |
DECODER_OFFSET | float of the offset of the signal from the center frequency |
DECODER_RF | int of RF value for SDR |
DECODER_IF | int of IF value for SDR |
DECODER_BB | int of BB value for SDR |
DECODER_DEVICE_STRING | device string for osmosdr |
DECODER_PROMETHEUS_ADDRESS | the address where the appliaction is listening on for prometheus metric extraction (Format is host:port) |
$ nix build .\#packages.x86_64-linux.r09-receiver