recognize third party data (don't think we can parse them)
This commit is contained in:
parent
34a8311647
commit
bdbe45e322
@ -144,6 +144,9 @@ class AprsParser(object):
|
|||||||
elif information[0] == ">":
|
elif information[0] == ">":
|
||||||
# status update
|
# status update
|
||||||
aprsData.update(self.parseStatusUpate(information[1:]))
|
aprsData.update(self.parseStatusUpate(information[1:]))
|
||||||
|
elif information[0] == "}":
|
||||||
|
# third party
|
||||||
|
aprsData["type"] = "thirdparty"
|
||||||
|
|
||||||
return aprsData
|
return aprsData
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user