python-ant
python-ant copied to clipboard
Add device finder
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 string of some sort.
Then, the device scanner would either pick one (say, the first one found) and return that. Also, the scanner could return a list of devices and wait for the caller to pick one.