kopia lustrzana https://github.com/glidernet/python-ogn-client
Merge pull request #124 from acasadoalonso/master
Update parse.py to manage Flarm APRS messages with TOCALL set to OGFLR6 and OGFLR7pull/125/head
commit
be07be52be
|
@ -154,6 +154,8 @@ def parse_aprs(message, reference_timestamp=None):
|
|||
dstcall_parser_mapping = {'APRS': OgnParser(),
|
||||
'OGNFNT': FanetParser(),
|
||||
'OGFLR': FlarmParser(),
|
||||
'OGFLR6': FlarmParser(),
|
||||
'OGFLR7': FlarmParser(),
|
||||
'OGNTRK': TrackerParser(),
|
||||
'OGNSDR': ReceiverParser(),
|
||||
'OGCAPT': GenericParser(beacon_type='capturs'),
|
||||
|
|
Ładowanie…
Reference in New Issue