Hey all,
I'm curious if using ports other than 80 would make any difference in the performance of an ethernet shield connected robot?
I made a servo powered device that moves a laser pointer around while I watch on my existing web cam. So far its working great but sometimes the lag is in the 10-14 second range while connected over the internet and in the 5-10 second range while connected over my local network. Sometimes its super responsive, like when the robot is controlled over USB.
I was using external port 8080 forwarded to the arduino web server on port 80.
Would switching them both to, say, port 5000 make any theoretical difference?
Thanks!