From c7eb67129a32bdb10f561996cf1dc0ed4e8905fe Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Fri, 22 Nov 2019 23:34:27 +0100 Subject: [PATCH] add information about connectors --- config_webrx.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config_webrx.py b/config_webrx.py index d3e3d39..60bdd9d 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -99,6 +99,19 @@ Note: if you experience audio underruns while CPU usage is 100%, you can: ################################################################################################# # Currently supported types of sdr receivers: "rtl_sdr", "sdrplay", "hackrf", "airspy" +# +# NEW: There is now custom connector software available, that is tailored for the use with +# openwebrx. The connectors allow the SDR to be reprogrammed while running, which allows for +# quicker profile changes. It also reduces the risk of a USB disconnect that can happen when the +# SDR software is restarted, since the connector will run continuously. +# Check out the connector repository here: https://github.com/jketterl/owrx_connector +# +# The following connectors are available (simply use them as the "type" in the config below): +# "rtl_sdr_connector", "sdrplay_connector", "airspy_connector" +# +# NOTE: These connectors will become the default as soon as they have become mature; the existing +# receiver types will then automatically be migrated to connectors. At that point, the old "nmux" +# method will start to be phased out. sdrs = { "rtlsdr": {