summaryrefslogtreecommitdiff
path: root/nxt-python-fantom/nxt/usbsock.py
AgeCommit message (Collapse)Author
2011-06-03removed nxt-python-fantom hack, it is committed upstreamTat-Chee Wan (USM)
2011-05-05modified recv() to accept a buffer length argument in usbsock.pyTat-Chee Wan (USM)
2011-05-05Added del method to make sure that nxt object is cleaned upTat-Chee Wan (USM)
2011-05-04more testing codeTC Wan
Testing code for testing pyfantom read() and write(). read() must be provided with number of bytes to read argument which does not exceed the actual buffer contents size. Otherwise an Exception would be thrown.
2011-05-04work in progressTat-Chee Wan (USM)
Attempting to debug pyfantom issues. Works in fantomglue, but not in usbsock
2011-05-04work in progressTat-Chee Wan (USM)
Tracing Exception in NXTIterator.get_nxt() which is triggered when invoking fantomglue.find_devices()
2011-05-03fixed minor cut and past errorsTat-Chee Wan (USM)
2011-04-30fixed fantomglue importTat-Chee Wan (USM)
2011-04-27wip pyfantom supportTC Wan
Some minor cleanups for pyfantom support
2011-04-27wip pyfantom integration with nxt-pythonTat-Chee Wan (USM)
Work In Progress: refactor nxt-python to add pyfantom support
2011-03-01Imported nxt-python baseline (v2.1.0)Tat-Chee Wan (USM)