add soapyremote source
This commit is contained in:
@ -30,6 +30,7 @@ class FeatureDetector(object):
|
||||
"lime_sdr": ["soapy_connector", "soapy_lime_sdr"],
|
||||
"fifi_sdr": ["alsa"],
|
||||
"pluto_sdr": ["soapy_connector", "soapy_pluto_sdr"],
|
||||
"soapy_remote": ["soapy_connector", "soapy_remote"],
|
||||
# optional features and their requirements
|
||||
"digital_voice_digiham": ["digiham", "sox"],
|
||||
"digital_voice_dsd": ["dsd", "sox", "digiham"],
|
||||
@ -290,6 +291,14 @@ class FeatureDetector(object):
|
||||
"""
|
||||
return self._has_soapy_driver("PlutoSDR")
|
||||
|
||||
def has_soapy_remote(self):
|
||||
"""
|
||||
The SoapyRemote allows the usage of remote SDR devices using the SoapySDRServer.
|
||||
|
||||
You can get the code and find additional information [here](https://github.com/pothosware/SoapyRemote/wiki).
|
||||
"""
|
||||
return self._has_soapy_driver("remote")
|
||||
|
||||
def has_dsd(self):
|
||||
"""
|
||||
The digital voice modes NXDN and D-Star can be decoded by the dsd project. Please note that you need the version
|
||||
|
Reference in New Issue
Block a user