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 / *1364 (-20)
  Re: legOS Addressing - Packet Handler
 
Thanks Eddie, Sorry for posting a message I should have known the answer to. I'll have a look at the semaphore example. If anyone knows of a good refence for semaphore programming could they please let me know?Its taken me a while to get into the (...) (24 years ago, 11-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: legOS Addressing - Packet Handler
 
(...) Take the sleep(1) out of the code! The function addressHandlerPortOne() is called from an interrupt, so you must not call any function which might cause a reschedule (which sleep() definitely does). You can do all this by having a separate (...) (24 years ago, 11-Aug-00, to lugnet.robotics.rcx.legos)
 
  LNPD on Linux - Thanks for all the documentation
 
Hi All I've just installed LNPD on Linux and have it up and running. (In the past few hours, I have installed and configured Linux as a LAN workstation, built the egcs and binutils, installed and compiled legOS and finally compiled and linked liblnp (...) (24 years ago, 11-Aug-00, to lugnet.robotics.rcx.legos)
 
  legOS Addressing - Packet Handler
 
Hi All I have a very simple RCX legos program (which I've attached), that I'm having difficulty with. I have compiled legOS with the default host address of 0 (0x00). I am using WinLNP to send data to the RCX (simple short strings), but the RCX will (...) (24 years ago, 11-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Getting the Windows LegOS 0.2.3 compiler package to compile 0.2.4
 
Hi, Dave I think it is no problem, I am using it in NT and 98, both are ok. (...) (24 years ago, 11-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: license question
 
(...) I guess its all my fault :) The choice between GPL and MPL was a tough one. My main worry with using GPL was that I have a lot of "generic" code from other projects in NQC. Now if had I released under GPL, and other people made improvements to (...) (24 years ago, 10-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: license question
 
(...) I chose MPL because Dave did! :) It probably would have been GPL otherwise though. -Kekoa (24 years ago, 9-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: lnpd
 
Michael- Where is the link that points to arthurdent? Because I no longer live in the Duke dorms, that URL is permanently fubared, so I'm slowly trying to eliminate all the dead links that point there. If you could let me know where this one is, I (...) (24 years ago, 9-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: license question
 
(...) IIRC, legOS is MPL because Kekoa released some of his code under MPL, and so Markus released the rest under MPL in order to allow him to use that particular section of code. I believe that he once mentioned that his natural leanings would (...) (24 years ago, 9-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: lnpd
 
(...) (URL) "Do not go gentle into that good night. Rage, rage against the dying of the light." - Dylan Thomas Mike Ash - (URL), <mailto:mail@mikeash.com> (24 years ago, 9-Aug-00, to lugnet.robotics.rcx.legos)
 
  lnpd
 
I've tried for several days to get a connection to arthurdent. No answer so far. Can anybody tell me another address to get a copy of the lnpd demon for linux? Mike (24 years ago, 9-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Cygnus Installation troubles
 
I am getting the exact same error. Is there something I am missing in the Makefile or Makefile.Common that I need to modify so it can build the .lx files correctly? I seem to be able to correctly build the legOS.srec and legOS.lds files. They are (...) (24 years ago, 9-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: license question
 
The short answer is yes. The long answer... In general, free software licenses are self-compatible, meaning that you can take portions of software released under that license and create a different product using that same license. In fact, this is (...) (24 years ago, 9-Aug-00, to lugnet.robotics.rcx.legos)
 
  license question
 
Hello, I'm working with TinyVM, an implementation of the Java VM for the RCX. I'm am looking into expanding the LCD capabilities to display text characters, and I was hoping to copy some of the data and/or algorithm for displaying text. I am not (...) (24 years ago, 7-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: LNP Addressing Scheme
 
(...) the (...) True. (...) reflect (...) as well, (...) Two problems here: 1) There is a bug in dll that displays a fixed value. Ignore it, now is fixed on CVS. 2) You must specify host address in "raw" hex form (0x10) (...) I've patched dll to (...) (24 years ago, 6-Aug-00, to lugnet.robotics.rcx.legos)
 
  WinLNP usage in VC++
 
Hi. Can anyone who has used the WinLNP control please help me get started with it. I have been using LNP via my own PC-side code based on Manuel Cabido Lopes' RCX Talker application (thanks Manuel) , but now want to build a server application that (...) (24 years ago, 6-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Cygnus Installation troubles
 
I think I am running into this problem. How do I remove all traces of my previous Cygwin 0.2.3 WinLegOS installation so the djgpp can run cleanly? Dave (...) (24 years ago, 6-Aug-00, to lugnet.robotics.rcx.legos)
 
  LNP Addressing Scheme
 
Hi All, I've been playing around with LNP's logical layer and now want to use the addressing layer to enable communication with specific destination hosts (and ports) for my project: (URL) having a difficulty though. I understand that by changing (...) (24 years ago, 5-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: Mindstorm firmware C compiler for W95 platform ready for download.
 
I've downloaded the files and unzipped it and tried to compile the code in C:\QC\demo which contains all the C source codes. However, when I tried to compile the hello.C program, I encountered a problem. I entered "qc hello" in the directory and (...) (24 years ago, 4-Aug-00, to lugnet.robotics.rcx.legos, lugnet.robotics)
 
  Desperate need for help with lnpd
 
Hi! I have mentioned before in this forum that I and two friends are working on a six legged robot which is supposed to learn to walk using genetic algorithms. We are now nearly finished and yesterday we finally managed to program an IR protocol (...) (24 years ago, 3-Aug-00, 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