Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the bandwidth of the SimConnect ClientData communication channel? #10

Open
theomessin opened this issue May 13, 2021 · 0 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@theomessin
Copy link
Owner

It would be good to know what the bandwidth of the SimConnect ClientData communication channel is. This would help answer some questions, such as whether it is viable to use a single uplink/downlink channel pair or whether we need separate channels per client. It will also help answer the question of whether splitting Protocol Data Units into multiple packets to allow for larger data transfers is possible.

Testing this should be pretty straightforward. We need a client to spam the Jetbridge Module with requests and for it to count the actual responses received per unit time. We then need to check what happens if multiple (I'd say at least 5) different clients spam the module with requests at the same time.

@theomessin theomessin added help wanted Extra attention is needed question Further information is requested labels May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant