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/).
While trying to install python-ant using pip install in combination with Python 3 the process stalls at installing distribute-0.7.3. Distribute-0.7.3 doesn't seem Python 3 compatible. Is distribute really needed? I...
Hello, I'm trying to use your library to get live data from ant+ devices. I managed to get live data from the device after changing couple of stuff on the...
Hello, i'm trying to learn a bit of the ant messages through your demo examples. I'm using a Suunto movestick mini, and would like to retrieve the stored moves from...
Changed in getChecksum in message.py: checksum = (checksum ^ ord(byte)) % 0xFF To: checksum = (checksum ^ ord(byte)) Wasn't properly creating checksum on some streams. Here's an example. getChecksum would...
Patch that fixes the USB2 Driver for the Movestick Mini.
I could not run the 01-reset.py using garmin usb-ant stick and belt Looking at the data, there was a MESSAGE_STARTUP which was not processed in message.py I added ``` elif...
Everything looks like ass. I can do better. And write some tests, would you?
Everything looks like ass. I can do better. And write some tests, would you?