aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-20v2.2.1: Tag from v2.2 branch r374v2.2.1marcus
2011-10-09Fixed Issue 33. Thanks to Paul Hollensen!marcus
2011-07-29Continuedmarcus
2011-07-29Minor change to udev rule for USB on Linux to comply with new device marcus
2011-07-11missing bsize variable for socket classes needed by file write routinestcwan99
2011-07-11close socket before exiting to clean up connection state. needed by pyfantom ...tcwan99
2011-07-11added socket close() to make sure that backend cleans up properly. needed for...tcwan99
2011-07-06Fixed nxt_test to use find_one_brick, tweaked a few other things.marcus
2011-07-06Reverting r358.marcus
2011-07-06Use find_one_brick() which understands config file parameterstcwan99
2011-06-30Fixing the example MAC in the config file generator: we use upper case.marcus
2011-06-30Slight changes to nxt.locator.make_config() to reflect TC Wan's comments.marcus
2011-06-30v2.2.0: Updating README and setup.py.marcus
2011-06-30Added a little note to the make_config function.marcus
2011-06-29Added a config file generator. Also formalized a debug message and fixed a da...marcus
2011-06-29Added preliminary support for file configuration of nxt location information.marcus
2011-06-08updated pyfantom URLtcwan99
2011-06-06Added additional stability comments for fantomsocktcwan99
2011-06-06pyfantom backend support for mac osx test codetcwan99
2011-06-06pyfantom backend support for mac osx interface codetcwan99
2011-06-06pyfantom backend support for mac osxtcwan99
2011-05-29Fixed an indentation problem with the HT EOPD sensor.marcus
2011-05-12Reverted r340, except for the setup.py fix. That was useful.zonedabone
2011-05-11Reverted those nasty 341 changes I made. My bad!zonedabone
2011-05-11Made extra brick classes private. They should only be used as parts of a bric...zonedabone
2011-05-11Changed away from the __metaclass__ system. It's not well documented in pytho...zonedabone
2011-05-10Removed __del__ method from ipsock as suggested by zonedabone.marcus
2011-05-10Fixing headers for new server files.marcus
2011-05-10Renamed the server script and added an idea to nxt.ipsock module.marcus
2011-05-09Added most docstrings to direct commands. (I don't know a few...)zonedabone
2011-05-09Added support for method docstrings. (Use third index of declaration tuples)zonedabone
2011-05-09Little bit of tweaking to nxt_server script and ipsock backend.marcus
2011-05-09Added threshold values for ip sockets to Motor class.zonedabone
2011-05-09fixed some server bugs and added sock.type to all sock classes.zonedabone
2011-05-09Fixed imports to follow all PEP standards and removed unused imports.zonedabone
2011-05-08Bugfixed server socket and no-reply commands. Everything should work now.zonedabone
2011-05-08Added experimental suport for NXT communication over server connection. (Not ...zonedabone
2011-05-08Modified telgrams for direct commands used in motors. Motors should now be mu...zonedabone
2011-05-08Changed to absolute imports as suggested by PEP-008zonedabone
2011-04-17Added short help messages to the scripts.marcusw
2011-04-12Added man pages for each of the scripts. While distutils and therefore setup....marcusw
2011-03-13Improving the error handling in find_one_brick(). Unfortunately, this may cha...marcusw
2011-02-24Fixed race condition in the digital sensor and motcont timing code which caus...marcusw
2011-02-18Added move_to() function to motcont module. Note that the tacho count is rese...marcusw
2011-02-17Preliminary support for Linus Atorf's MotorControl NXC interface.marcusw
2011-02-13Minor changes to install and build system.marcusw
2011-02-13v2.1.0: Readme updates plus minor change to cnc.py example.marcusw
2011-02-11Tweaking the digital sensor timing code a bit. Results in 2x query speedups a...marcusw
2011-02-10Take 2...marcusw
2011-02-10Changed the RLock back to a Lock on rhn's suggestion.marcusw