mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 22:19:04 +00:00
more work on extracting airplane infos
This commit is contained in:
parent
018104617d
commit
095bdf38bf
7 changed files with 186 additions and 39 deletions
|
|
@ -1,6 +1,5 @@
|
|||
from csdr.chain.demodulator import ServiceDemodulator
|
||||
from csdr.module import JsonParser
|
||||
from owrx.vdl2.dumpvdl2 import DumpVDL2Module
|
||||
from owrx.vdl2.dumpvdl2 import DumpVDL2Module, VDL2MessageParser
|
||||
from pycsdr.modules import Convert
|
||||
from pycsdr.types import Format
|
||||
|
||||
|
|
@ -10,7 +9,7 @@ class DumpVDL2(ServiceDemodulator):
|
|||
super().__init__([
|
||||
Convert(Format.COMPLEX_FLOAT, Format.COMPLEX_SHORT),
|
||||
DumpVDL2Module(),
|
||||
JsonParser("VDL2")
|
||||
VDL2MessageParser(),
|
||||
])
|
||||
|
||||
def getFixedAudioRate(self) -> int:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue