ft8 message parsing

This commit is contained in:
Jakob Ketterl
2019-07-06 20:03:17 +02:00
parent 284646ee6c
commit fa2d82ac13
3 changed files with 61 additions and 7 deletions

View File

@ -263,6 +263,7 @@ class dsp(object):
if self.get_secondary_demodulator() == "ft8":
chopper = Ft8Chopper(self.secondary_process_demod.stdout)
chopper.start()
self.output.add_output("wsjt_demod", chopper.read)
else:
self.output.add_output("secondary_demod", partial(self.secondary_process_demod.stdout.read, 1))