jetbridge icon indicating copy to clipboard operation
jetbridge copied to clipboard

🔗 Microsoft Flight Simulator module to allow out-of-process SimConnect clients to access MSFS inner workings as if they were in-process.

Results 8 jetbridge issues
Sort by recently updated
recently updated
newest added

The 128 byte packet size isn't enough to handle some event scripts for the WT CJ4, possibly others. For instance, pressing the BARO knob runs the script: ``` (L:XMLVAR_Baro1_ForcedToSTD) !...

Closes #6 I tried to keep it similar to how the C++ client was implemented. The actual Client should be pretty easy to wire in to any app already using...

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...

help wanted
question

Similar to #6, however this would would be a bit more unofficial as Python isn't officially supported by SimConnect. This is the Python SimConnect package I've been using: https://pypi.org/project/SimConnect/

enhancement
help wanted

There's a couple of people that have expressed interest in using Jetbridge in C#. I believe that a `Client` equivalent would have to be implemented in C#.

enhancement
help wanted

Can use https://docs.flightsimulator.com/html/Programming_Tools/WASM/Gauge_API/register_key_event_handler.htm as well as ClientEvents

enhancement

Currently a consumer needing to get the value of a simvar at regular intervals needs to create a separate request for each refresh of each individual variable. It would be...

enhancement