python-ant icon indicating copy to clipboard operation
python-ant copied to clipboard

[UNMAINTAINED, LOOK INTO THE FORKS] Python implementation of the ANT, ANT+, and ANT-FS protocols (http://www.thisisant.com/).

Results 22 python-ant issues
Sort by recently updated
recently updated
newest added

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).

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...