mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
add support for blade rf devices
This commit is contained in:
parent
39bfba673b
commit
7fd98c8c5c
4 changed files with 24 additions and 0 deletions
11
owrx/source/bladerf.py
Normal file
11
owrx/source/bladerf.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
from owrx.source.soapy import SoapyConnectorSource, SoapyConnectorDeviceDescription
|
||||
|
||||
|
||||
class BladerfSource(SoapyConnectorSource):
|
||||
def getDriver(self):
|
||||
return "bladerf"
|
||||
|
||||
|
||||
class BladerfDeviceDescription(SoapyConnectorDeviceDescription):
|
||||
def getName(self):
|
||||
return "Blade RF"
|
||||
Loading…
Add table
Add a link
Reference in a new issue