To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.legosOpen lugnet.robotics.rcx.legos in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / legOS / *2429 (-20)
  MD5 available (was: RCX as a PGP engine)
 
I just put my java MD5 port for lejos on the web: (URL) for the popups, Tripod....) It's a terrible hack, but thanks to that memory footprint is low and it does not leak! Let me know if you find it useful. Have fun, Bart. (22 years ago, 7-Apr-02, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx.java)
 
  WinLNP and USB
 
Hi All, I've been trying to send data to my PC using WinLNP and the USB tower. Now, I've modified WinLNP to use the USB tower and it seems to work. I can get the demo RCX program to run and it recognizes I've sent it a byte. I can also get the RCX (...) (22 years ago, 7-Apr-02, to lugnet.robotics.rcx.legos)
 
  Release candidate legos-0.2.5.1 avail for testing
 
Details regarding release content, download instructions and how to provide feedback are at (URL) look forward to hearing from you regarding how it works for you and/or what needs fixing before we release it as 0.2.6 Regards, Stephen for the legOS (...) (22 years ago, 6-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Using legos-devel@lists.sourceforge.net VS posting at lugnet.robotics.rcx.legos
 
Joseph Woolley <jwoolley@spamblock....ht.rr.com> wrote in message news:Gtw6sr.DC9@lugnet.com... (...) [snip] (...) the (...) next (...) Joseph, How did you sign up? I looked around but found no solution to this. I even tried the old subscribe in (...) (22 years ago, 1-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: Using legos-devel@lists.sourceforge.net VS posting at lugnet.robotics.rcx.legos
 
"Ed Manlove" <emanlove@ieee.org> wrote in message news:Gtw4Gt.421@lugnet.com... (...) is (...) idea (...) to (...) this (...) I understand and agree with you here. However, I was able to sign up for the maillist with no problems. It appeared to be (...) (22 years ago, 1-Apr-02, to lugnet.robotics.rcx.legos)
 
  Using legos-devel@lists.sourceforge.net VS posting at lugnet.robotics.rcx.legos
 
As mentioned in the RLS doc ((URL) there is mention of communicating with the sourceforge maillist legos-devel@lists.so...forge.net. I don't think this is the greatest idea for a couple of reasons. One it is tough to get signed on. Luis (for (...) (22 years ago, 1-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: "Want to get started with legOS" needs help again
 
Max, I believe the source of this is (URL) as you said should not really be there because of B20 (which is actually what I have been using for reasons below) and because these instructions have been superceded by (URL) problem here is the different (...) (22 years ago, 1-Apr-02, to lugnet.robotics.rcx.legos)
 
  Re: "Want to get started with legOS" needs help again
 
Aaagh! Cygwin B20! That's about 4 years old, IIRC. The current version is 1.3.10, soon to be 1.3.11. Get it from www.cygwin.com - and where did you manage to find B20 ? That site should either remove it or mark it as of historical interest only. (...) (22 years ago, 30-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: "Want to get started with legOS" needs help again
 
(...) It means very little. The first time you run Cygwin, it complains about the missing tmp directory. In order to get around this, create a directory 'tmp' from within Cygwin's bash shell using the command: mkdir /tmp This will get rid of that (...) (22 years ago, 30-Mar-02, to lugnet.robotics.rcx.legos)
 
  "Want to get started with legOS" needs help again
 
I have followed all the stuff on the webpages but when I click a Cygwin B20 in the start menu it says bash.exe: warning:-coukd not find /tmp. please create! BASH.EXE-2.02$ what does this mean and how do I fix it (22 years ago, 30-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Makefile patch
 
Idiotic listserver! Here's the patch inline: diff -ru cvs-legOS/Makefile.common work-legOS/Makefile.common --- cvs-legOS/Makefile.common Sun May 27 18:01:56 2001 +++ work-legOS/Makefile.common Thu Mar 28 21:26:06 2002 @@ -11,15 +11,14 @@ # # -# (...) (22 years ago, 29-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Proposals, Bug Fixes, etc and tracking them with SourceForge
 
(...) Please, post your diff file on sourceforge: (URL) Paolo. --- "If you don't care, your customers never will." - Marlene Blaszczyk (22 years ago, 30-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Proposals, Bug Fixes, etc and tracking them with SourceForge
 
<snip> > > I retrieved the latest from CVS and had problems building. I had to remove > the "\" from the end of some #define statements. I guess the gcc version I > have doesn't support (multi-line) #defines using "\" or isn't configured to > allow (...) (22 years ago, 30-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Want to get started with legOS
 
(...) Russel. I've just added Paolo's writeup of the installation instructions for the windows platforms. Please let me know of any corrections needed to these pages and how you fared. Good luck, Stephen legOS release manager -- stephen@debian.org (...) (22 years ago, 30-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Want to get started with legOS
 
Russell, This link is to the legOS Documentation: (URL) Instalation instructions are in the How to section a few pages in. Happy trails Chris (...) (22 years ago, 30-Mar-02, to lugnet.robotics.rcx.legos)
 
  Want to get started with legOS
 
I right now program in NQC but I want some thing better and I heard that legOS is really good. I,m runing windows 95 and I want to get started with legOS. I heard that you need something called "egcs" which is a "cross compiler" and I also need (...) (22 years ago, 30-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Proposals, Bug Fixes, etc and tracking them with SourceForge
 
(...) remove (...) I (...) to (...) Yes, I had. With newer gcc versions and Cygwin on win32. I fixed #defines problem with a dos2unix text file conversion. (...) I've posted a Bug on sourceforge for printf.c. Same problem happens to older GCC (...) (22 years ago, 30-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Makefile patch
 
(...) patch (...) invoked by (...) and (...) just (...) Please, post your patches on Sourceforge: (URL) Paolo. --- "I suggest a new strategy, let the Wookie win." - C3PO (22 years ago, 30-Mar-02, to lugnet.robotics.rcx.legos)
 
  Makefile patch
 
Hi - the makefiles don't work at the moment for legOS on cygwin - this patch fixes that. It also stops a dependency generation command from being invoked by make clean, and, in the util directory, instead of compiling firmdl3, dll, and others in (...) (22 years ago, 29-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: RCX as a PGP engine
 
I posted this msg. about 10 days ago but as my server was set up wrong it didn't work. sorry for the delay. At the time of posting this i have already seen the movie thrice so I'm about ready. I've recently (a month ago) created a RSA (...) (22 years ago, 27-Mar-02, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR