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