Has anyone got any interesting implementations of robot control over WiFi, my current mechanism is rather prone to issues with variable roundtrip time. On a solid low latency WiFi network all works well, but once things get busy or you get a bit of interference that requires resends, things get a bit shaky.
I've often seen scenarios where on the same network one http get will take 250ms roundtrip, while others take upwards of 1750ms, making the control system seem very unresponsive.
I suspect its quite a common issue, and was wondering if anyone had come up with any interesting control mechanisms to negate the latency impact.
http://rasathus.blogspot.co.uk/2012/08/ ... -woes.html
Rasathus