You must be registered and logged in to post to this forum.
Sorry, I am not into writing code for SpyKee yet, though I will get there.
Right now I would like to control SpyKee remotely, but I don't want to go through the overhead of the usual SpyKee remote system. I have a static IP at home and my router can be set to route any port to SpyKee. So if I set the correct port routing, I should be able to control him from outside my house. (Having his usual control panel discover his address could be an issue I suppose, but that should be solvable by using SpyKeeFx.)
So since I can't set his port in "WiFi Mode", does anybody know the default? Is it 9000?
Thanks!
yes it is
9000 port for lan connect, but 9001 for internet connection but is crypted ssl connection
OK. I did a port scan of the Spykee and verified the ports 9000 and 9001. nmap also claims that it recognizes linux 2.6.0. Interesting.
I opened ports 9000 and 9001 (TCP) in my router and forwarded the ports to the fixed IP address assigned to Spykee. Amazingly, I was able to type my house's IP address (static) into the "Remote robot" window and connect!!! I had thought that would only do some lame connection through the website, but no, it is written nicely. After success with that, I also tried my domain name (like: foobar.com) and it worked too. This is thoroughly cool.
It seems like I will be able to control it through a simple socket connection, which should be an easy project in C#.