You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get real-time location and attitude data, but it seems I can only get a ~5Hz data rate using this lib. I'd prefer to stay in Python and not switch to the C++ SDK, so I figure I'd ask here: Is there a way to speed up the data rate?
Have the same concern. But it seems limited by MSFS; when I set the "GLASS COCKPIT REFRESH RATE" to high in the MSFS setting, the sampling rate is increased. All other factors depend on your CPU, I guess. I don't have a very powerful CPU, I just get ~2hz when I set the refresh rate to high (1hz with medium). MSFS is not well optimized for CPU load. If you wish do some optimization on server and client, WebSocket might be helpful.
I'm trying to get real-time location and attitude data, but it seems I can only get a ~5Hz data rate using this lib. I'd prefer to stay in Python and not switch to the C++ SDK, so I figure I'd ask here: Is there a way to speed up the data rate?
Here is my current code for reference:
The text was updated successfully, but these errors were encountered: