python-ant
python-ant copied to clipboard
[UNMAINTAINED, LOOK INTO THE FORKS] Python implementation of the ANT, ANT+, and ANT-FS protocols (http://www.thisisant.com/).
Byte-level operations makes no practical sense. Make driver.Driver take Message instances and only read full messages (will have to move the message buffering code from event to driver).
Mostly bound checking
Showing flags, specific values, names, etc. For data packets, fingerprint for ANT-FS packets (beacons, commands, etc).
Write missing test suites for node and event.
Sphinx, docstrings, demos
Make it so that scanning for connected ANT sticks can be done programmatically. This would involve asking all drivers to look for devices they can handle, and return an identification...