aprs-python/aprslib
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
..
IS.py added 'sendall' method to IS + tests 2014-12-31 20:18:07 +00:00
__init__.py rotated base91 telemetry bits in output; v0.6.35 2015-01-11 17:30:09 +00:00
base91.py init code clean up + code comments 2014-12-30 17:35:17 +00:00
exceptions.py rm'd logging from exceptions; added logging in IS 2014-12-30 20:24:15 +00:00
parse.py rotated base91 telemetry bits in output; v0.6.35 2015-01-11 17:30:09 +00:00
passcode.py init code clean up + code comments 2014-12-30 17:35:17 +00:00