mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-03-03 03:33:56 +01:00
Updated Using OpenWebRX with AFEDRI SDR (markdown)
parent
df1e4f6ed0
commit
950ad40930
|
|
@ -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 <a href="http://www.afedri-sdr.com/index.php/downloads/category/24-source-code-directory?download=217:experimental-openwebrx-for-afedrisdr">this experimental version of OpenWebRX</a> 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.)
|
||||
Loading…
Reference in a new issue