Added bladerf source

This commit is contained in:
Ryzerth
2021-06-27 02:20:11 +02:00
parent d31ed762c1
commit c39b9609be
4 changed files with 167 additions and 20 deletions

View File

@ -158,6 +158,7 @@ int sdrpp_main(int argc, char *argv[]) {
defConfig["moduleInstances"]["Recorder"] = "recorder";
defConfig["moduleInstances"]["SoapySDR Source"] = "soapy_source";
defConfig["moduleInstances"]["PlutoSDR Source"] = "plutosdr_source";
defConfig["moduleInstances"]["BladeRF Source"] = "bladerf_source";
defConfig["moduleInstances"]["HackRF Source"] = "hackrf_source";
defConfig["moduleInstances"]["RTL-TCP Source"] = "rtl_tcp_source";
defConfig["moduleInstances"]["RTL-SDR Source"] = "rtl_sdr_source";