-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: add C# client and example #8
base: develop
Are you sure you want to change the base?
Conversation
Closes theomessin#6
Thanks for this, I'll try to review properly when I have some time available. A couple of comments/questions off the top of my head:
/// <summary>
/// Handle a connection to the simulator
/// </summary>
/// <param name="sender">SimConnect Object</param>
/// <param name="data">Simulator info</param>
|
|
Hey @frankracis, thanks for your patience - I've been quite busy. I've had some time to think about this and I have two issues with this PR at the moment (nothing to do with your code 😄):
I'm open to discussing this further. Let me know what you think 😃 |
That makes sense - you don't want ownership of code when you're not going to be responsible for maintaining it. I'll create my own repo for the C# client, and you can just keep a link to it here. |
I will be interested to use your client for opena3xx |
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 SimConnect.