tlm-solutions / gnuradio-decoder

radio configuration running on the traffic stop boxes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GNU-Radio Decoder

built with nix

Contact: hello@tlm.solutions

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 arguments

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

building with nix flakes

    $ nix build .\#packages.x86_64-linux.gnuradio-decoder

About

radio configuration running on the traffic stop boxes


Languages

Language:C++ 75.5%Language:Nix 22.4%Language:CMake 2.1%