2019-12-21 20:58:28 +01:00
|
|
|
from .connector import ConnectorSource
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class RtlSdrSource(ConnectorSource):
|
2019-12-31 15:24:11 +01:00
|
|
|
def __init__(self, id, props):
|
|
|
|
|
super().__init__(id, props)
|
2019-12-28 00:26:45 +01:00
|
|
|
self.getCommandMapper().setBase("rtl_connector")
|