add alternate soapy driver for rtl-sdr sticks

This commit is contained in:
Jakob Ketterl
2020-01-10 20:43:28 +01:00
parent aee1642ef6
commit b7538dcdd0
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,6 @@
from .soapy import SoapyConnectorSource
class RtlSdrSoapySource(SoapyConnectorSource):
def getDriver(self):
return "rtlsdr"