Commit Graph

232 Commits

Author SHA1 Message Date
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
Rossen Georgiev 6d0c4acf81 remove pre-commit hook
increamenting the version number per commit doesn't seem like a good
idea anymore.
2014-12-20 00:11:05 +00:00
Rossen Goergiev e81254f352 updated README with more detailed examples
[ci skip]
2014-12-20 00:10:05 +00:00
Rossen Georgiev d884aad94a change name send to aprs-is to aprslib 2014-12-20 00:10:00 +00:00
Rossen Georgiev a78168209b renamed to aprslib due to name collision on pypi 2014-12-18 17:34:10 +00:00
Rossen Georgiev aceb367cc7 added README 2014-12-18 17:03:00 +00:00
Rossen Georgiev 569c2b795e added coveralls to travis conf 2014-12-18 15:03:01 +00:00
Rossen Georgiev 7225cd3c15 setuptools and pypi 2014-12-18 14:50:44 +00:00
Rossen Georgiev f89d984997 loosened fromcallsign velidation to match aprs.fi 2014-12-16 08:10:38 +00:00
Rossen Georgiev 608a149d5c propagate SystemExit correctly in IS 2014-12-15 03:35:54 +00:00
Rossen Georgiev e7e2531449 not going to support python 2.6 2014-12-15 00:26:08 +00:00
Rossen Georgiev 5bc6b97514 fix typo in req.txt 2014-12-15 00:18:31 +00:00
Rossen Georgiev 7c7e02a679 enable travis-ci 2014-12-15 00:14:54 +00:00
Rossen Georgiev 5e3903a907 applied GPLv2 license 2014-12-14 23:40:01 +00:00
Rossen Georgiev 8bfde54756 reordered aprs.IS() parameters 2014-12-14 22:58:03 +00:00
Rossen Georgiev 7fe5fa940c silly hackery for classes 2014-12-14 22:57:44 +00:00
Rossen Georgiev fb34b62d0f renamed exception test case 2014-12-12 05:24:45 +00:00
Rossen Georgiev 0adad7794f fix bug with 'via' not being set 2014-12-12 05:23:55 +00:00
Rossen Georgiev 698c3627cb cleaned up exceptions and added tests 2014-12-08 20:47:19 +00:00
Rossen Georgiev 4d99f0c8f8 better variable names in base91 module 2014-12-08 18:47:34 +00:00