From 950ad409306827c0ecd3187b968f41d46d728bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Retzler?= Date: Wed, 7 Mar 2018 12:31:01 +0100 Subject: [PATCH] Updated Using OpenWebRX with AFEDRI SDR (markdown) --- Using-OpenWebRX-with-AFEDRI-SDR.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Using-OpenWebRX-with-AFEDRI-SDR.md b/Using-OpenWebRX-with-AFEDRI-SDR.md index 77b49a8..ed3a061 100644 --- a/Using-OpenWebRX-with-AFEDRI-SDR.md +++ b/Using-OpenWebRX-with-AFEDRI-SDR.md @@ -1,4 +1,8 @@ -You should create a script in the OpenWebRX directory to run `sdr_commander` to initialize the receiver, and then run OpenWebRX. +1. You should download `sdr_commander`: + +http://www.afedri-sdr.com/index.php/downloads/category/15-sdr-commander-command-shell-utility + +1. You should create a script in the OpenWebRX directory to run `sdr_commander` to initialize the receiver. **start_afedri.sh:** ``` @@ -21,8 +25,10 @@ start_rtl_command="sdr_split -i192.168.0.8 -u50000 -O -s{samp_rate} -f{center_fr format_conversion="csdr convert_s16_f" ``` -Then run `start_afedri.sh`: +1. Run `start_afedri.sh` that will also start OpenWebRX: bash start_afedri.sh +---- + The source of this information is this experimental version of OpenWebRX that Alex, 4Z5LV made. (In addition, with the instructions on this page you should be able to use a recent version of OpenWebRX as well.) \ No newline at end of file