jetbridge icon indicating copy to clipboard operation
jetbridge copied to clipboard

What is the bandwidth of the SimConnect ClientData communication channel?

Open theomessin opened this issue 3 years ago • 0 comments

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 avatar May 13 '21 05:05 theomessin