openwebrx-clone/owrx/source/hackrf.py
2020-05-30 22:58:31 +02:00

8 lines
176 B
Python

from .soapy import SoapyConnectorSource
from owrx.command import Option
import time
class HackrfSource(SoapyConnectorSource):
def getDriver(self):
return "hackrf"