Commit Graph

101 Commits

Author SHA1 Message Date
Rossen Georgiev d020294fe0 Merge branch 'dev', v0.6.36
8f62b47 - bump to v0.6.36
3b912d6 - fix typo in timestamp format
5c72b0a - tweak debug messages for position reports
703704a - now able to parse object report format
2015-01-25 23:59:40 +00:00
Rossen Georgiev 8f62b47d6e bump to v0.6.36 2015-01-25 23:59:32 +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 3dac2fecb5 Merge branch 'dev', v0.6.35
88c8f94 - rotated base91 telemetry bits in output; v0.6.35
2015-01-11 17:30:56 +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 0f8d54db21 Merge branch 'dev', v0.6.34
feb031d - fix incorrect parsing of timestamps, v0.6.34
2015-01-08 15:45:38 +00:00
Rossen Georgiev feb031d587 fix incorrect parsing of timestamps, v0.6.34 2015-01-08 15:45:21 +00:00
Rossen Georgiev df25f65d88 Merge branch 'dev', v0.6.33
ef531ca - bump to v0.6.33
fdc69ac - renamed reloading variables
9b79261 - added ambiguity parsing for normal packets
2015-01-02 14:15:55 +00:00
Rossen Georgiev ef531ca1c9 bump to v0.6.33 2015-01-02 14:15:14 +00:00
Rossen Georgiev fdc69ac7a0 renamed reloading variables 2015-01-02 14:14:17 +00:00
Rossen Georgiev 9b79261240 added ambiguity parsing for normal packets 2015-01-02 14:06:24 +00:00
Rossen Georgiev 0c8749242c Merge branch 'dev', v0.6.32
e0bfdc3 - updated README; bump v0.6.32
8e6ef0d - added 'sendall' method to IS + tests
a049df6 - tests for moved ParseError logging; 17acf41
ce40191 - remove .coverage when 'make clean'
bdca4b4 - beacon packets should be properly parsed now
fadb993 - separated packet parsing code into functions
5153c38 - added _ to addresse regex
17acf41 - rm'd logging from exceptions; added logging in IS
7514c0c - comment telemetry bits should always have 8bits
0773ee3 - only check for beacon type, when all else fails
5947086 - moved code to _parse_timestamp + improvements
46be434 - reloading should work now, fix #4
40dfad3 - init code clean up + code comments
d5d1fab - added pass generation function
4372266 - added 'UIDIGI' to beacon callsign list
830faa4 - added initial support for beacons
eac3038 - changed default IS port to full feed
051180a - one line upload to pypi
007c4fb - removed version.py
2014-12-31 21:42:50 +00:00
Rossen Georgiev 163ded5291 updated README; bump v0.6.32 2014-12-31 21:41:38 +00:00
Rossen Georgiev 8e6ef0d48e added 'sendall' method to IS + tests 2014-12-31 20:18:07 +00:00
Rossen Georgiev a049df6859 tests for moved ParseError logging; 17acf41 2014-12-31 16:49:20 +00:00
Rossen Georgiev ce40191c60 remove .coverage when 'make clean' 2014-12-31 02:17:05 +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 17acf41f33 rm'd logging from exceptions; added logging in IS
The end result should the same, except now spawning multiple exeptions
wont cause duplicate log spam
2014-12-30 20:24:15 +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 46be434644 reloading should work now, fix #4 2014-12-30 17:35:18 +00:00
Rossen Georgiev 40dfad3092 init code clean up + code comments 2014-12-30 17:35:17 +00:00
Rossen Georgiev d5d1fab3bd added pass generation function 2014-12-30 17:35:16 +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 eac303836f changed default IS port to full feed 2014-12-29 13:37:08 +00:00
Rossen Georgiev 051180a7aa one line upload to pypi 2014-12-29 13:35:26 +00:00
Rossen Georgiev 007c4fb45b removed version.py 2014-12-29 13:33:47 +00:00
Rossen Georgiev c7ddb38d8f Merge branch 'dev', v0.6.31
acfcf7f - bump to v0.6.31
d57c368 - fix incorrect prasing of timestamps
5a7da98 - fix reload(aprslib) not working due to init hacks
2014-12-27 20:36:42 +00:00
Rossen Georgiev acfcf7f2bc bump to v0.6.31 2014-12-27 20:36:32 +00:00
Rossen Georgiev d57c368aef fix incorrect prasing of timestamps 2014-12-27 20:21:22 +00:00
Rossen Georgiev 5a7da98f2d fix reload(aprslib) not working due to init hacks 2014-12-27 20:21:16 +00:00
Rossen Georgiev a0a6d3fb6d Merge branch 'dev', v0.6.30
529675b - bump to v0.6.30
e0dc80e - test suite for IS.py + tweaks
c98176f - updated desc in setup.py
2014-12-26 23:35:57 +00:00
Rossen Georgiev 529675b13e bump to v0.6.30 2014-12-26 23:35:45 +00:00
Rossen Georgiev e0dc80e1a8 test suite for IS.py + tweaks 2014-12-26 23:33:16 +00:00
Rossen Georgiev c98176fd48 updated desc in setup.py 2014-12-26 15:13:16 +00:00
Rossen Georgiev 7a2c245e91 Merge branch 'dev', v0.6.29
004b171 - bump to v0.6.29
0e05efe - catch ValueError when decoding lat/lng for MicE
0d80f20 - add underscore as valid char for message addresse
4b1dad5 - improved and expanded logging in IS class
cffc721 - minor code clean up in IS class
0026655 - improve I/O waiting using select
2014-12-26 15:03:19 +00:00
Rossen Georgiev 004b171256 bump to v0.6.29 2014-12-26 15:03:05 +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 4b1dad52d2 improved and expanded logging in IS class 2014-12-26 12:52:38 +00:00
Rossen Georgiev cffc7219bb minor code clean up in IS class 2014-12-26 11:31:47 +00:00
Rossen Georgiev 0026655100 improve I/O waiting using select 2014-12-26 11:30:02 +00:00
Rossen Georgiev 64593efed8 Merge branch 'dev' 2014-12-22 12:43:07 +00:00
Rossen Goergiev a89133e955 added Install section to the README 2014-12-22 12:42:41 +00:00