Dear Group To extend what Chris said: It is more appropriate to get the SP to interact with the camera. I've knocked up a little example where the SP provokes...
... into ... Chris Peterson hit the nail on the head in the final paragraph of his reply. The SitePlayer and the camera are individual servers (which means you...
ok, looking through very old posting, I come acrossed this: 'cannot initialize "hardware" objects like UDPrcvr using db commands. They must be initialized by...
I received my first SitePlayer Telnet in late September and it has been operating on a large robotics platform continuously without any problems. It is used to...
I don't know how or from where I should set my port as input. In which program? VB files then export? Editor? Assembly? or in HTML files? or in definition...
... into ... If you read some of the responses you'll start to get the idea of what's happening. What I have is an AXIS2420 IR connected to my router and a...
Dakota Yes there is truth in this. UDPrcvr needs to be set via a HTTP request or via the serial port. In fact this is perfectly reasonable. There are times...
Hi John, The original (Web Server) SitePlayer does not support RTS/CTS. These control lines were added to the new development board to support SitePlayer...
Hello all. My problen appears to be a timing issue between a read and write of Siteplayer. My app is a DS1302 RTC (clock) connected to a pic 16f876. I use the ...
... it's ... netcam ... his ... is ... I think you actually can do it with a web camera. I was messing with some software that ftp'ed images from a webcam to...
Sure, but how are you going to get the data off the camera and to the FTP server? The only practical way I know to do that is with a PC! And if you have a PC...
ok, then to send the request via serial: one would send chr(&h50) to the siteplayer, correct? Thanks for the help, Tony ... __________________________________ ...
Hey I'm a new siteplayer user, and I got some quiestions for you. I could'nt figure it out myself.... How do I send data from the siteplayer to a php script...
You can't do that. Web servers only respond to http requests on the tcp protocol. UDP cannot be used to communicate with a web server. You could get the new...
Jesper, ... function getURLContents($url) { /* * Get the URL using file, and just display results */ $ret = "" ; $lines = file($url, 'r'); foreach ($lines as...
Hey What you are saying is: the siteplayer CANT communicate with a script an a webserver?? I'm aware of the possibility of runinng a GET command from php ...
You cannot send a GET request from a regular siteplayer server. You must use the siteplayer telnet in client mode to connect to your webserver and send a GET...
Hello everyone, I apologize if this mail is too basic for this discussion group, but I don't know where else to go for help. I am a university student, and...
Hi Vishal- Here is a complete implementation of a weather station that uses a SP to present the information on a webpage and by UDP broadcast. It isn't ...
Hey Andy Thanks for all your help. If tried to use the function getURLContents($url), but I get this error: Warning: file(http://test17.it-et.dk/index.htm):...
Jesper O.K. there are two possibilities. a) the URL is not found. In fact the stream you get back states that, and I tried the URL myself and couldn't get it....
I'm sorry I replied to a message off topic. Bad ettiquette. I'm wondering if anyone has used siteplayer with a cellular modem. I want to embed SP in some...
No, but here's a nifty and apparently easy to use cellular modem with a TCP/IP stack: http://www.sparkfun.com/shop/index.php?shop=1&cart=117926&cat=75& ... -- ...
Hi all I try to install siteplayerPC on a windows XP pro PC I still got the error "winsock error can not listen) As noticed on several msgs here on the yahoo...
yes, I changed the url. too much garbage hitting my server. Both my server and siteplayer are on a lan behind my residential cable modem. it is now at...
the folks from dynatr* and percom* should contact me off line, I have some things working that would probably interest you. I have employment so my overhead...