OpenMYR / IoT_Motors

OpenMYR IoT Motors for ESP8266
MIT License
14 stars 5 forks source link

Network Instability when sending UDP command packets #1

Closed brandonbrown2 closed 8 years ago

brandonbrown2 commented 8 years ago

"missed packets and high jitter in ping response " Christopher

"what is the latency to your router vs the motor i assume the motor is on your network" Kyle "ESP12 average 160ms with 2% loss router is 40ms with 0% loss statistically better but feels just as bad from the stepper application" Christopher

Vzor- commented 8 years ago

This occurs when there is an open tcp connection. Our connections needs to close sooner, though high latency with tcp open is still a bug and should be investigated further. Please do not close this issue until both are addressed.

Vzor- commented 8 years ago

This can wait till 0.3.0 because when #7 is done, tcp connections should only be open for miliseconds. This means the connection will only be unstable for fractions of a second.