1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Feb 06, 2025 — Feb 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use find_one_brick() which understands config file parameters More... over 14 years ago
Fixing the example MAC in the config file generator: we use upper case. More... over 14 years ago
Slight changes to nxt.locator.make_config() to reflect TC Wan's comments. More... over 14 years ago
v2.2.0: Updating README and setup.py. More... over 14 years ago
Added a little note to the make_config function. More... over 14 years ago
Added a config file generator. Also formalized a debug message and fixed a data type error. More... over 14 years ago
Added preliminary support for file configuration of nxt location information. More... over 14 years ago
updated pyfantom URL More... over 14 years ago
Added additional stability comments for fantomsock More... over 14 years ago
pyfantom backend support for mac osx test code More... over 14 years ago
pyfantom backend support for mac osx interface code More... over 14 years ago
pyfantom backend support for mac osx More... over 14 years ago
Fixed an indentation problem with the HT EOPD sensor. More... over 14 years ago
Reverted r340, except for the setup.py fix. That was useful. More... over 14 years ago
Reverted those nasty 341 changes I made. My bad! More... over 14 years ago
Made extra brick classes private. They should only be used as parts of a brick class, as there's no advantage to using them alone. (Each one uses brick as its first argument, which takes advantage of self) More... over 14 years ago
Changed away from the __metaclass__ system. It's not well documented in python and doesn't seem to make sense in this case. The new system uses a class method to define everything else. More... over 14 years ago
Removed __del__ method from ipsock as suggested by zonedabone. More... over 14 years ago
Fixing headers for new server files. More... over 14 years ago
Renamed the server script and added an idea to nxt.ipsock module. More... over 14 years ago
Added most docstrings to direct commands. (I don't know a few...) More... over 14 years ago
Added support for method docstrings. (Use third index of declaration tuples) More... over 14 years ago
Little bit of tweaking to nxt_server script and ipsock backend. More... over 14 years ago
Added threshold values for ip sockets to Motor class. More... over 14 years ago
fixed some server bugs and added sock.type to all sock classes. (IpSock is either ipbt OR ipusb. More... over 14 years ago
Fixed imports to follow all PEP standards and removed unused imports. More... over 14 years ago
Bugfixed server socket and no-reply commands. Everything should work now. More... almost 15 years ago
Added experimental suport for NXT communication over server connection. (Not tested yet!) More... almost 15 years ago
Modified telgrams for direct commands used in motors. Motors should now be much more responsive and less laggy! Hooray for python! More... almost 15 years ago
Changed to absolute imports as suggested by PEP-008 More... almost 15 years ago