add first integration of direwolf for aprs
This commit is contained in:
@ -17,7 +17,8 @@ class FeatureDetector(object):
|
||||
"sdrplay": [ "rx_tools" ],
|
||||
"hackrf": [ "hackrf_transfer" ],
|
||||
"digital_voice_digiham": [ "digiham", "sox" ],
|
||||
"digital_voice_dsd": [ "dsd", "sox" ]
|
||||
"digital_voice_dsd": [ "dsd", "sox" ],
|
||||
"packet": [ "direwolf" ]
|
||||
}
|
||||
|
||||
def feature_availability(self):
|
||||
@ -101,4 +102,7 @@ class FeatureDetector(object):
|
||||
return self.command_is_runnable("dsd")
|
||||
|
||||
def has_sox(self):
|
||||
return self.command_is_runnable("sox")
|
||||
return self.command_is_runnable("sox")
|
||||
|
||||
def has_direwolf(self):
|
||||
return self.command_is_runnable("direwolf --help")
|
Reference in New Issue
Block a user