ha7ilm / openwebrx

Open source, multi-user SDR receiver software with a web interface
https://sdr.hu/openwebrx
GNU Affero General Public License v3.0
982 stars 464 forks source link

Question about setting up multiple receivers on the same machine #58

Closed misterdevil closed 7 years ago

misterdevil commented 7 years ago

Hi i've tried to set multiple receivers. I've made copy for openwebrx-1. I've set web_port in config_webrx.py different , at localhost/8075 for openwebrx and localhost/8076 for openwebrx-1. I've set listening port on plugin.py and config_webrx.py different too, at 4951 for openwebrx and 4952 for openwebrx-1. I use 1 rtl sdr device so I dont edit start_rtl_command= And then I run python openwebrx.py for each copy, but only 1 that can connect to ncat, the other one refused.

In terminal said: [openwebrx-main] Starting HTTP server. [openwebrx-spectrum] Spectrum thread started. Ncat: Version 6.40 ( http://nmap.org/ncat ) Ncat: Connection refused

Where is wrong with my setting ? Thanks for the help

ha7ilm commented 7 years ago

Could you post the full terminal output?

misterdevil commented 7 years ago

screenshot from 2017-01-04 23 26 30 screenshot from 2017-01-04 23 26 37

Here is the output from terminal @ha7ilm

ha7ilm commented 7 years ago

You cannot use the same RTL-SDR device with two software instances running simultaneously.

You will need at least two different hardware devices for that.

misterdevil commented 7 years ago

I see, thanks @ha7ilm