How can I set the subnet and gateway address in the siteplayer. It works on the local lan but not on the internet. Ports have been forwarded in the router and...
Just to expand on what Marc R. has replied: That's not to say that it won't work on the internet because lots of people including me have done it. It's been a...
... Dave, yer memory may need a little fixin'... :-) ... That's the rub. The SitePlayer Server module will respond to HTTP requests on just about any TCP...
To expand on Sage's comment on having more than one server on the network, I think it should be possible to have more than one SP on a network connected as...
This will not work. Port 80 is the standard port for HTTP web pages. It is hard coded in the SP and cannot be changed. Therefore the SP would not respond. Port...
Running multiple siteplayer modules and accessing them across the Internet works very easily. I currently have three siteplayer modules on my network and have...
Well I've made some progress with getting the siteplayer on the net. First, I'm using a Linksys WET54G wireless bridge to connect to my Linksys WRT54GS...
Can you let me know what model of router you are using, as this facility would be very useful to me when I start to deploy multiple siteplayers around the...
If you have it working that way then I'm sorry. I stand corrected. I couldn't make it work so I chaulked it up to what I described. Sorry for misleading...
Maybe this was my problem. I am using a cheap router. I don't remember any ability to port translate on mine. I Learn something every day. Thanks Sage _____ ...
This is not wholly suprising as there is so little in the way of support or actual examples from the manufacturer of the siteplayer. A few practical examples...
I think if you search back far enough on this sites archives you'll find lots of people have had trouble with the SP not connecting to some routers and other...
SitePlayer HTTP Server responds to http requests on any port; port 80 is as "hard-coded" as port 20080. You can test this by accessing your SitePlayer with...
Well I thought that I had it working on the net but I was wrong. I had been typing in the ip address assigned by my ISP on my local machine and it worked, but...
Could this be that your ISP is blocking port 80 traffic as they dont want you to run a webserver? Perhaps try mapping 8081 to the siteplayer, and then try to...
Port 80 is frequently blocked by ISP's. Setup SitePlayer's forwarding for a different port, like 20080. Your tests with the PC might have shown that port 80 is...
Hi, I'm trying to write a visual c++ function that scans a subnet for siteplayers. I ping each address on the subnet and if the ping was successful then I...
... You can try sending out multiple pings at one time. Then again, have you given any thought to using 'Wireshark' (ne Ethereal) and watching what packets...
I've tried to use the siteplayer factory2 application (the default example program into siteplayer). I connect my pc and siteplayer with a serial port. When i...
... The serial cable that came with the Siteplayer development kit should be used when connecting to a PC (Linux or Windows). If you're using your own serial...
... siteplayer with ... several ... on the ... modem, it ... use it by ... First of all, thank's Rusty for your tempestive answer. I write to you some detail: ...
Very basic question. How should I write in my .spd file an object with multiple hex values. Like: MAC db 00h,12h,23h,EFh,CBh,AFh The line above gives an error...
Hi Keith, I just finished part of my project in sending various UDP packets from my SitePlayer. Works fine. I can send a WOL (Wake-On-Lan) packet to a remote...
I found what I was looking for. Maybe it's interresting for others as well. http://vb.microbolt.com/Tutorials/TCPIP/tabid/195/Default.aspx ... From:...
... The only thing I can think of is... if the SPY COM and the Serial Tester programs on the PC work OK then the cable is ok. When you're sending data from a...
Hi I work with the SitePlayer since two weeks so i haven't much knowledge with this. Can i write a form-tag in Html, that will change a text in the Web- ...