kopia lustrzana https://github.com/glidernet/python-ogn-client
Update parse.py
rodzic
471840f657
commit
82d663bbf9
|
@ -154,6 +154,8 @@ def parse_aprs(message, reference_timestamp=None):
|
||||||
dstcall_parser_mapping = {'APRS': OgnParser(),
|
dstcall_parser_mapping = {'APRS': OgnParser(),
|
||||||
'OGNFNT': FanetParser(),
|
'OGNFNT': FanetParser(),
|
||||||
'OGFLR': FlarmParser(),
|
'OGFLR': FlarmParser(),
|
||||||
|
'OGFLR6': FlarmParser(),
|
||||||
|
'OGFLR7': FlarmParser(),
|
||||||
'OGNTRK': TrackerParser(),
|
'OGNTRK': TrackerParser(),
|
||||||
'OGNSDR': ReceiverParser(),
|
'OGNSDR': ReceiverParser(),
|
||||||
'OGCAPT': GenericParser(beacon_type='capturs'),
|
'OGCAPT': GenericParser(beacon_type='capturs'),
|
||||||
|
|
Ładowanie…
Reference in New Issue