 | | Re: LeJos threads / sleep() takes too long
|
|
The priority mechanism used in lejos is the same as that specified in the Real Time Specification for Java (RTSJ): Threads of a higher priority will absolutely block threads of a lower priority as long as they remain runnable. The sensor listener (...) (24 years ago, 1-Apr-02, to lugnet.robotics.rcx.java)
|
| |
 | | Re: RCX as a PGP engine
|
|
(...) Definitely post it! Better than that, how about sending me the code and I'll add it to our robots section as a unique demonstration. (...) Shouldn't be a problem. Most of the source code in the official Sun package is easy to port to leJOS. (...) (24 years ago, 19-Mar-02, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.java)
|
| |
 | | Re: RCX as a PGP engine
|
|
(...) I just 'ported' (euphemism for minor modifications) some code lingering on the web for fun and voila: MD5 on RCX is up and running (lejos). If anyone's interested, I can post the code. It allows for authentication (PC sends random challenge, (...) (24 years ago, 18-Mar-02, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.java)
|
| |
 | | Re: Reading exceptions
|
|
(...) The 0078 is the method signature number of the method where the exception was thrown. The 8, is the least significant figure of the number referring to the exception class thrown. To get further information, you must add the -verbose option to (...) (24 years ago, 12-Mar-02, to lugnet.robotics.rcx.java)
|
| |
 | | Book on Programming the RCX with Java
|
|
If anyone would like more information on the new book "Core Lego Mindstorms Programming" check out my announcement on Lugnet: (URL) (24 years ago, 12-Mar-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.java)
|