mvillalba / python-ant

[UNMAINTAINED, LOOK INTO THE FORKS] Python implementation of the ANT, ANT+, and ANT-FS protocols (http://www.thisisant.com/).
https://github.com/mvillalba/python-ant
MIT License
160 stars 130 forks source link

Implement node module #4

Closed mvillalba closed 13 years ago

mvillalba commented 13 years ago

The node should contain a class called Node, which basically represents an ANT node and has facilities to do everything you would want to do with a given stick.

Implementing Node will also require classes such as Channel, NetworkKey, etc.

mvillalba commented 13 years ago

Node should probably be thread-safe

mvillalba commented 13 years ago

Missing:

mvillalba commented 13 years ago

Node mostly works. The interface is a bit clunky, and it's missing a test suite, but it's good enough for 0.1.