| | How would I control robots over the Internet? Ian Warfield
|
| | I'm doing a school project, and I want to create a website where a user could input a queue of commands for the robot. On the other end, the robot would either listen for a submission or periodically check the website for any pending stuff in the (...) (22 years ago, 29-Mar-03, to lugnet.robotics)
|
| | |
| | | | Re: How would I control robots over the Internet? physics69
|
| | | | Here's a good link with some info...you can peruse. (URL) Original Message ----- From: "Ian Warfield" <ipw47@hotmail.com> To: <lego-robotics@crynwr.com> Sent: Saturday, March 29, 2003 4:02 PM Subject: How would I control robots over the Internet? (...) (22 years ago, 29-Mar-03, to lugnet.robotics)
|
| | | | |
| | | | Re: How would I control robots over the Internet? physics69
|
| | | | Here's another page with related links. (URL) Original Message ----- From: "Ian Warfield" <ipw47@hotmail.com> To: <lego-robotics@crynwr.com> Sent: Saturday, March 29, 2003 4:02 PM Subject: How would I control robots over the Internet? (...) robot (...) (22 years ago, 29-Mar-03, to lugnet.robotics)
|
| | | | |
| | | | Re: How would I control robots over the Internet? Bapt Denaeyer
|
| | | | (...) (URL) fun nanobapt (22 years ago, 29-Mar-03, to lugnet.robotics)
|
| | | | |
| | | | Re: How would I control robots over the Internet? Ross Crawford
|
| | | | (...) Dave Koudys had a block-stacking bot set up to take commands over the internet in real time, but he's taken it down now. You could try emailing him. (URL) (22 years ago, 29-Mar-03, to lugnet.robotics)
|
| | | | |
| | | | | | Re: How would I control robots over the Internet? Jason Hensler
|
| | | | | a month or so back I started working on a project to make my rcx talk trought aol instant messanger. I had a lost most of my code and figured no one would want it. I would love to start to work on it again if anyone would (...) (22 years ago, 30-Mar-03, to lugnet.robotics)
|
| | | | | |
| | | | Re: How would I control robots over the Internet? Ian Warfield
|
| | | | Thanks, all, for the suggestions; but oddly enough I don't need to do this in real time. :) What I'm looking to do is have a website where you can input commands, and then they'd be sent to a queue. The client computer would download the (...) (22 years ago, 2-Apr-03, to lugnet.robotics)
|
| | | | |
| | | | | | Re: How would I control robots over the Internet? Juergen Stuber
|
| | | | | | (...) You could even use email then. Jürgen (22 years ago, 2-Apr-03, to lugnet.robotics)
|
| | | | | | |
| | | | | | | | Re: How would I control robots over the Internet? Hendrik Beukes
|
| | | | | | | Not sure what you are running as OS. If you running w2k you could use Microsoft Queuing (MSMQ). Add a nice SOAP front end to it then you can have any client. In Java they have a queing thing as well...... or if you really want to streamline it use a (...) (22 years ago, 3-Apr-03, to lugnet.robotics)
|
| | | | | | | |
| | | | | | Re: How would I control robots over the Internet? Darin Johnson
|
| | | | | (...) All you need is a way to control the IR tower from the computer; there are programs already to do this (checkout librcx which has a "send" command). If you're stuck on Windows (my condolences) you may be able to interface to the spirit.ocx, (...) (22 years ago, 2-Apr-03, to lugnet.robotics)
|
| | | | | |
| | | | Re: How would I control robots over the Internet? James Isom
|
| | | | You may want to have a look at this. (...) (22 years ago, 2-Apr-03, to lugnet.robotics)
|
| | | | |
| | | | Re: How would I control robots over the Internet? Roger Glassey
|
| | | | (...) Take a look at Chapter 11 of "Core Lego Mindstorms Programming" by Brian Bagnall for a Java solution. Roger Glassey (22 years ago, 2-Apr-03, to lugnet.robotics)
|
| | | | |
| | | | Re: How would I control robots over the Internet? Doug *The WebMeister* Wilcox
|
| | | | Two questions: This one I can handle myself with a little effort (I am a Web developer, after all) - has anyone posted an HTML/JS/NQC remote control package I could swipe? The second is just informational - can anyone recommend a Web cam software (...) (22 years ago, 3-Apr-03, to lugnet.robotics)
|
| | | | |
| | | | | | Re: How would I control robots over the Internet? Mark Haye
|
| | | | | For the second, have you tried VisionGS? (URL) has a free version that can also act as a web server on your machine. I used it with the LEGO Vision Command camera for a while on Win2K Server, but now I use pjWebcam (also free). HTH, Mark Haye "Doug (...) (22 years ago, 3-Apr-03, to lugnet.robotics)
|
| | | | | |
| | | | Re: How would I control robots over the Internet? Dario Laverde
|
| | | | I also have a Java based solution (applet) available here: (URL) those in the NYC area who are interested I will be demoing this solution at a local users group meeting tonight. See (URL) for meeting info. (...) (22 years ago, 3-Apr-03, to lugnet.robotics)
|
| | | | |