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 / *1049 (-20)
  We need a FULL install of everything!
 
In response to your e-mail message: I realize it's *technically* better from a logistics standpoint to require people to download everything seperately, so they'll get the "absolute" latest version. However, I think that you have to give a little (...) (24 years ago, 18-May-00, to lugnet.robotics.rcx.legos)
 
  Re: New Windows HOWTO
 
I seem to have missed this message. :( If someone would like to do it, great, elsewise I may be doing something similar this weekend. Let me know, Rossz... Luis (...) ---...--- "Going to California with an aching in my heart. Someone told me there's (...) (24 years ago, 18-May-00, to lugnet.robotics.rcx.legos)
 
  Re: HOWTO going down
 
Like I said later, they are all at (URL) bad in forgetting the ~louie earlier) Since it is nearly 100M at this point (including all the various compilers and such) I think we'll just leave it there, until I can move it to sourceforge (which'll (...) (24 years ago, 18-May-00, to lugnet.robotics.rcx.legos, lugnet.robotics)
 
  Re: New Windows HOWTO
 
Why doesn't someone do all this, and put it all in a big ZIP file? Better yet, someone could make an "install" so it would be a big self-extracting EXE. Matt Rossz V$BaN(Bos-Wentworth wrote in message ... (...) you (...) preserves (...) (...) (24 years ago, 18-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Can't get Windows compiler!
 
Everything is now at (URL) for the dead links, but I had to move out of my dorm :( Luis (...) ---...--- "Going to California with an aching in my heart. Someone told me there's a girl out there with love in her eyes and flowers in her hair." -Led (...) (24 years ago, 18-May-00, to lugnet.robotics.rcx.legos)
 
  Re: HOWTO going down
 
I'll put them up on Maktos.com's server! Just e-mail them to me. I'll send you the link when they're uploaded. Matt Luis Villa wrote in message ... (...) (24 years ago, 18-May-00, to lugnet.robotics.rcx.legos, lugnet.robotics)
 
  Can't get Windows compiler!
 
The main LegOS site has some MAJOR dead links! Does anyone have a mirror I could use? I need the Windows version of the cross compiler, etc. A LOT of links were dead...probly because it was a university server, and they all go down for the summer. (...) (24 years ago, 18-May-00, to lugnet.robotics.rcx.legos)
 
  Re: local variables
 
(...) This is completely true and is basically a feature of the C language. Globals aren't technically "initialized" at all. They are just loaded as part of the image. You could consider that they are initialized at compile time. On a workstation OS (...) (24 years ago, 17-May-00, to lugnet.robotics.rcx.legos)
 
  Re: lnp communication question
 
Remember the medium... cheap IR basically stinks for transmission. You get transients from the lights in your room, the outdoors, yadda, yadda. Luis (wishing for RF like the Europeans get ;) (...) ---...--- "Going to California with an aching in my (...) (24 years ago, 17-May-00, to lugnet.robotics.rcx.legos)
 
  Re: lnp communication question
 
(...) This suprises me. I have never heard of such high packet losses. How does dll do this? With some kind of ack and retry mechanism? dll seems reliable. Of course dll is going in the other direction. (24 years ago, 17-May-00, to lugnet.robotics.rcx.legos)
 
  Re: lnp communication question
 
You just pass an array and give the length, to send it. In theory you can send packets with a size up to 255 bytes (look in this group, the info is in here somewhere), but sending 1 byte has a packet loss of aprox. 1% and 4 bytes aprox. 10%, over (...) (24 years ago, 17-May-00, to lugnet.robotics.rcx.legos)
 
  Re: local variables
 
(...) I think you're confusing the issue a little bit. LegOS only initializes GLOBAL variables when the program is loaded. So, for example, a global variable declared like: int foo = 4; Will only be initialized to 4 when the program is loaded. If (...) (24 years ago, 17-May-00, to lugnet.robotics.rcx.legos)
 
  local variables
 
Hi! I read that legOS only declared varibles the first time the program is run. Does this mean I cannot use local variables. I have loops in different functions using 'i' as looping variable, which is locally declared. Should I avoid this? Tobias (24 years ago, 16-May-00, to lugnet.robotics.rcx.legos)
 
  Re: lnp communication question
 
(...) So the length-argument tells lnp_integrity_write how many bytes to send? Doesn't that mean that it would be possible to send an array consisting of many integers, for example? How would this be done? (...) We plan to build a six-legged lego (...) (24 years ago, 16-May-00, to lugnet.robotics.rcx.legos)
 
  winlegos compiler problem
 
I am trying out the lnp functionality with addressing and such, and of course I had to recompile the legos kernel. That, in itself, seemed to go without a hitch, but when I later tried to compile one of the demo programs, this is what I got. djecho (...) (24 years ago, 16-May-00, to lugnet.robotics.rcx.legos)
 
  Re: lnp communication question
 
Hello Tobias, (...) Why do you think there's only 1 byte that can be sent? If your data buffer is longer, bytes are sent one-by-one serially in a packet... (...) look into lnp.c and you will see that both lnp_integrity_xxx and lnp_addressing_xxx are (...) (24 years ago, 15-May-00, to lugnet.robotics.rcx.legos)
 
  due to popular demand
 
The HOWTO and other legOS archives will be available (until I get it to sourceforge) at (URL) for the people who wrote and volunteered to serve it- the archives now total something like ~100 meg (several different copies of compilers are in there) (...) (24 years ago, 15-May-00, to lugnet.robotics.rcx.legos)  
 
  lnp communication question
 
Hi! When using lnp_integrity_write(&data, length), what is the length argument used for? The data can only be one byte long if I understand it correctly. Can I use the length argument to send an additional byte of information? Is there anyway I can (...) (24 years ago, 14-May-00, to lugnet.robotics.rcx.legos)
 
  Re: It's time to release some patches for LegOS 0.2.4
 
"Harald Mährer" <hmaehrer@debis.com> wrote in message news:391bcf0d.129529...net.com... (...) (URL) - on my NT i have more than one (logical) drive to keep system, (...) I have cygnwin in my NT partion and legOS in another one. No problem at all. I (...) (24 years ago, 13-May-00, to lugnet.robotics.rcx.legos)
 
  Re: HOWTO going down
 
One other thing- this will of course mean that the various other files accessible at arthurdent.dorm.duke.edu will be unavailable. I will try to move as many of these as possible to legOS.sourceforge.net before I lose my ethernet connection, but I'm (...) (24 years ago, 13-May-00, to lugnet.robotics.rcx.legos, lugnet.robotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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