la1k / flyby

A satellite tracking program
GNU General Public License v2.0
39 stars 8 forks source link

Singletrack UI slow if the rotor controller is slow to respond #108

Open bjorgan opened 2 years ago

bjorgan commented 2 years ago

Issue at LA1K station: The rotor controller often times out and is slow to respond, so the UI hangs since we always wait for the response of the last command before issuing a new rotor position. Ends up screwing up the doppler shift correction as well.

(Mentioned in https://github.com/la1k/flyby/issues/103#issuecomment-1131875899)

bjorgan commented 1 year ago

Mostly fixed in #109, still missing improvements to the status window.