aboutsummaryrefslogtreecommitdiff
path: root/nxt-python-fantom
AgeCommit message (Collapse)Author
2011-05-23updated comments in headerTat-Chee Wan (USM)
2011-05-16work in progressTat-Chee Wan (USM)
Try to read more bytes than in buffer. Initial Bluetooth code (not working).
2011-05-06call socket close() to delete nxt object in pyfantomTat-Chee Wan (USM)
2011-05-05cleaned up debugging outputTat-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-04added test case for fantomglue using pyfantom test caseTat-Chee Wan (USM)
2011-05-04work in progressTat-Chee Wan (USM)
Tracing Exception in NXTIterator.get_nxt() which is triggered when invoking fantomglue.find_devices()
2011-05-03Fix silly typosTat-Chee Wan (USM)
2011-05-03check for non-zero attribute before invoking del methodTat-Chee Wan (USM)
2011-05-03fixed minor cut and past errorsTat-Chee Wan (USM)
2011-04-30fixed fantomglue importTat-Chee Wan (USM)
2011-04-30fixed indentation error (?)Tat-Chee Wan (USM)
2011-04-30Removed explicit user home directory from pathTat-Chee Wan (USM)
2011-04-30Added test scripts to invoke python for i386 architecture, for local ↵Tat-Chee Wan (USM)
directory testing
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-03changed cpp object method call parameters to specific c typesTat-Chee Wan (USM)
Isolate Python to C/C++ conversion code to extern C routines. Only the static methods deal with Python Objects to reduce list processing inefficiencies.
2011-03-01modified module name to pyfantomTat-Chee Wan (USM)
2011-03-01added initial fantom glue to nxt-python, and fantom external moduleTat-Chee Wan (USM)
2011-03-01Imported nxt-python baseline (v2.1.0)Tat-Chee Wan (USM)