Right now it is only possible to do if multiple instances of OpenWebRX are started simultaneously.
-
First of all, you'll have to make a copy of the
openwebrxdirectory for each separate instance. You will have something like:openwebrx-1,openwebrx-2,openwebrx-3... -
You will have to make the following changes to each of the receivers:
-
web_portshould be different inconfig_webrx.pyfor each receiver. -
You should adjust the
start_rtl_commandinconfig_webrx.pyfor each receiver. If you have multiple RTL-SDR devices connected to the same computer, you should select which device to use by adding the-dflag. An example:start_rtl_command="rtl_sdr -d 0 -s {samp_rate} ... -
You should set different
iq_server_portfor each receiver inconfig_webrx.py.
- Please note the following:
- You can use the same sdr.hu key for all of your receivers.
- Please use a different
receiver_namefor each of your receivers, otherwise only one item will appear in the list at sdr.hu.