From dd2ca0031ee2068a104e7bc9619b73453dc05cc2 Mon Sep 17 00:00:00 2001 From: ha7ilm Date: Tue, 30 May 2017 18:18:03 +0200 Subject: [PATCH] This version of merged gl3 and digitalmods actually works okay --- config_webrx.py | 6 +++--- openwebrx.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config_webrx.py b/config_webrx.py index 0e878c5..dcc65e3 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -129,9 +129,9 @@ To use a HackRF, compile the HackRF host tools from its "stdout" branch: #format_conversion="csdr convert_s16_f | csdr gain_ff 30" # >> /dev/urandom test signal source -samp_rate = 2400000 -start_rtl_command="cat /dev/urandom | (pv -qL `python -c 'print int({samp_rate} * 2.2)'` 2>&1)".format(rf_gain=rf_gain, center_freq=center_freq, samp_rate=samp_rate) -format_conversion="csdr convert_u8_f" +# samp_rate = 2400000 +# start_rtl_command="cat /dev/urandom | (pv -qL `python -c 'print int({samp_rate} * 2.2)'` 2>&1)".format(rf_gain=rf_gain, center_freq=center_freq, samp_rate=samp_rate) +# format_conversion="csdr convert_u8_f" # >> Pre-recorded raw I/Q file as signal source # You will have to correctly specify: samp_rate, center_freq, format_conversion in order to correctly play an I/Q file. diff --git a/openwebrx.py b/openwebrx.py index 87d73b1..07c91e1 100755 --- a/openwebrx.py +++ b/openwebrx.py @@ -20,7 +20,7 @@ print "" # python2.7 is required to run OpenWebRX instead of python3. Please run along with this program. If not, see . """ -sw_version="v0.15" +sw_version="v0.17" #0.15 (added nmux) import os