Commit Graph

21 Commits

Author SHA1 Message Date
Rossen Georgiev 829f1fc894 fix mic-e dstcall decoding bug 2015-03-10 17:29:35 +00:00
Rossen Georgiev 6ec5e1e8e5 tiny syntax fix in parse.py 2015-03-10 13:33:21 +00:00
Rossen Georgiev 3b912d6d68 fix typo in timestamp format
introduced in feb031d587
2015-01-25 23:58:52 +00:00
Rossen Georgiev 5c72b0a847 tweak debug messages for position reports 2015-01-18 03:29:18 +00:00
Rossen Georgiev 703704a005 now able to parse object report format 2015-01-18 03:25:25 +00:00
Rossen Georgiev e0a71de244 rotated base91 telemetry bits in output; v0.6.35
The least significant bit is now at the begining.
This makes accessing the char array more intuative as the first bit will
be first in the array (e.g. bits[0] instead of bits[7])
2015-01-11 17:30:09 +00:00
Rossen Georgiev feb031d587 fix incorrect parsing of timestamps, v0.6.34 2015-01-08 15:45:21 +00:00
Rossen Georgiev 9b79261240 added ambiguity parsing for normal packets 2015-01-02 14:06:24 +00:00
Rossen Georgiev bdca4b4d31 beacon packets should be properly parsed now
fixed #3
2014-12-31 01:27:27 +00:00
Rossen Georgiev fadb993939 separated packet parsing code into functions 2014-12-31 00:28:52 +00:00
Rossen Georgiev 5153c38ec7 added _ to addresse regex
should been fixed in 0d80f20, but forgot about the other two regexs
2014-12-30 20:31:54 +00:00
Rossen Georgiev 7514c0ce55 comment telemetry bits should always have 8bits 2014-12-30 18:02:42 +00:00
Rossen Georgiev 0773ee372a only check for beacon type, when all else fails
related to #3
2014-12-30 17:41:27 +00:00
Rossen Georgiev 5947086552 moved code to _parse_timestamp + improvements 2014-12-30 17:35:19 +00:00
Rossen Georgiev 40dfad3092 init code clean up + code comments 2014-12-30 17:35:17 +00:00
Rossen Georgiev 43722660ab added 'UIDIGI' to beacon callsign list
related to #3
2014-12-30 17:34:39 +00:00
Rossen Georgiev 830faa4cbf added initial support for beacons
related to #3
2014-12-29 13:38:27 +00:00
Rossen Georgiev d57c368aef fix incorrect prasing of timestamps 2014-12-27 20:21:22 +00:00
Rossen Georgiev 0e05efe56a catch ValueError when decoding lat/lng for MicE
fixes #2
2014-12-26 14:06:41 +00:00
Rossen Georgiev 0d80f20e33 add underscore as valid char for message addresse
fixes #1
2014-12-26 14:05:58 +00:00
Rossen Georgiev a78168209b renamed to aprslib due to name collision on pypi 2014-12-18 17:34:10 +00:00