Closed mvillalba closed 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.
Node should probably be thread-safe
Missing:
Node mostly works. The interface is a bit clunky, and it's missing a test suite, but it's good enough for 0.1.
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.