From 4f99e94360acbc5679cea89537b536672e9741b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Retzler?= Date: Sun, 11 Jun 2017 09:58:32 +0200 Subject: [PATCH] Updated Setting up multiple receivers on the same machine (markdown) --- Setting-up-multiple-receivers-on-the-same-machine.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Setting-up-multiple-receivers-on-the-same-machine.md b/Setting-up-multiple-receivers-on-the-same-machine.md index 6d17acc..67d0e5c 100644 --- a/Setting-up-multiple-receivers-on-the-same-machine.md +++ b/Setting-up-multiple-receivers-on-the-same-machine.md @@ -7,8 +7,7 @@ Right now it is only possible to do if multiple instances of OpenWebRX are start * You should adjust the `start_rtl_command` in `config_webrx.py` for each receiver. If you have multiple RTL-SDR devices connected to the same computer, you should select which device to use by adding the `-d` flag. An example: `start_rtl_command="rtl_sdr -d 0 -s {samp_rate} ...` - * You should set different `my_listening_port` for each receiver in `config_webrx.py`. - You should change this port in `plugins/dsp/csdr/plugin.py` as well, just look for `any_chain_base` in it. + * You should set different `iq_server_port` for each receiver in `config_webrx.py`. 3. Please note the following: * You can use the same *sdr.hu* key for all of your receivers.