Virtual Cockpit / Remote Cockpit

I’ve been re-writing the code for SimConnect SDK to provide a simpler, static helper class to handle all SimConnect communication.

I’m considering creating a branch in this project, to bypass the server element in the above project, and use the SimConnect SDK to handle the network communication, via the new helper class.

This will also simplify comms for other 3rd-party applications running on a remote PC, that rely on SimConnect, as it will create the correct configuration file for the SimConnect SDK to talk directly to the SimConnect API.