Commit Graph

7 Commits

Author SHA1 Message Date
Rossen Georgiev dda8879b7d fix not parsing altitude extention properly 2014-11-14 21:34:50 +00:00
Rossen Georgiev 85888e96c9 reworked regex for parsing altitude in comment
Signed-off-by: Rossen Georgiev <zoorty@gmail.com>
2014-10-21 06:40:36 +01:00
Rossen Georgiev 64a2a96c4b initial work for mic-e position reports
Signed-off-by: Rossen Georgiev <zoorty@gmail.com>
2014-10-21 06:33:29 +01:00
Rossen Georgiev 92875a209c record unexpected parse exceptions, while continuing operation
Signed-off-by: Rossen Georgiev <zoorty@gmail.com>
2014-10-21 06:33:28 +01:00
Rossen Georgiev 6b82d67e4f parse status packets, timestamps correctly +more
* rearraged timestamp parsing code
* added ability to parse status packets
* added validation in position packets to ensure the format is correct
* added UnknownFormat exception type raised for unrecognized formats
2014-09-11 05:28:53 +01:00
Rossen Georgiev ff290d32b9 code rearragements and improvemnts
* removed broken local timezone code
* APRS renamed to IS
* _parse method moved to gobal scope as parse
* improvements on parse method
* added ability to parse compressed position report
2014-09-10 01:41:22 +01:00
Rossen Georgiev 87f82d8e32 continuation of previous work on APRS module 2014-09-09 21:45:57 +01:00