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