openwebrx-clone/owrx/source/rtl_sdr.py

8 lines
218 B
Python
Raw Normal View History

from .connector import ConnectorSource
class RtlSdrSource(ConnectorSource):
2019-12-27 23:26:45 +00:00
def __init__(self, id, props, port):
super().__init__(id, props, port)
self.getCommandMapper().setBase("rtl_connector")