2021-02-20 18:09:24 +01:00
|
|
|
from owrx.source.soapy import SoapyConnectorSource, SoapyConnectorDeviceDescription
|
2020-05-10 00:03:14 +02:00
|
|
|
|
|
|
|
|
|
|
|
class RadioberrySource(SoapyConnectorSource):
|
|
|
|
def getDriver(self):
|
|
|
|
return "radioberry"
|
2021-02-20 18:09:24 +01:00
|
|
|
|
|
|
|
|
|
|
|
class RadioberryDeviceDescription(SoapyConnectorDeviceDescription):
|
2021-04-17 17:42:08 +02:00
|
|
|
def getName(self):
|
|
|
|
return "RadioBerry"
|