added linux support for rtl_tcp

This commit is contained in:
AlexandreRouma
2020-10-06 10:54:00 +02:00
parent 14a8e81662
commit ace1fe1e5e
5 changed files with 86 additions and 31 deletions

View File

@ -3,17 +3,24 @@
"bandPlan": "General",
"bandPlanEnabled": true,
"fftHeight": 300,
"frequency": 96570096,
"frequency": 96571704,
"max": 0.0,
"maximized": false,
"menuOrder": [
"Source",
"Radio",
"Recorder",
"Audio",
"Band Plan",
"Display"
],
"menuWidth": 300,
"min": -51.47058868408203,
"showWaterfall": true,
"source": "",
"sourceSettings": {},
"windowSize": {
"h": 720,
"w": 1280
},
"menuOrder": ["Source", "Radio", "Recorder", "Audio", "Band Plan", "Display"]
"h": 1053,
"w": 1920
}
}

View File

@ -1,7 +1,7 @@
{
"Radio": "./radio/Release/radio.dll",
"Recorder": "./recorder/Release/recorder.dll",
"Soapy": "./soapy/Release/soapy.dll",
"FileSource": "./file_source/Release/file_source.dll",
"RTLTCPSource": "./rtl_tcp_source/Release/rtl_tcp_source.dll"
}
"Radio": "./radio/radio.so",
"Recorder": "./recorder/recorder.so",
"Soapy": "./soapy/soapy.so",
"FileSource": "./file_source/file_source.so",
"RTLTCPSource": "./rtl_tcp_source/rtl_tcp_source.so"
}

View File

@ -1,19 +1,22 @@
{
"device": "HackRF One #0 901868dc282c8f8b",
"devices": {
"Generic RTL2832U OEM :: 00000001": {
"gains": {
"TUNER": 12.817999839782715
},
"sampleRate": 2560000.0
},
"HackRF One #0 901868dc282c8f8b": {
"gains": {
"AMP": 0.0,
"LNA": 24.711999893188477,
"VGA": 15.906000137329102
},
"sampleRate": 8000000.0
}
}
{
"device": "HackRF One #0 901868dc282c8f8b",
"devices": {
"Generic RTL2832U OEM :: 00000001": {
"gains": {
"TUNER": 12.817999839782715
},
"sampleRate": 2560000.0
},
"HackRF One #0 901868dc282c8f8b": {
"gains": {
"AMP": 0.0,
"LNA": 24.711999893188477,
"VGA": 15.906000137329102
},
"sampleRate": 8000000.0
},
"PulseAudio": {
"sampleRate": 96000.0
}
}
}