dh1tw / remoteRotator

remoteRotator lets you expose a local antenna rotator (azimuth / elevation) to the network
MIT License
44 stars 5 forks source link

Moving Azimuth and Elevation simultaneously causes jitter in the web UI #14

Closed dh1tw closed 4 years ago

dh1tw commented 4 years ago

Whenever either azimuth or elevation are updated, a struct containing both (azimuth AND elevation) are sent to the clients connected through the web server. This causes under some circumstances jitter in the (red) direction needle since the values are not always exactly synchronized.

This behavior can be reproduced with the dummy rotator model.

Probably it would make more sense to only send the values which have actually changed to the connected Web browsers.

dh1tw commented 4 years ago

fixed in version v0.5.2