https://github.com/kodowiec/simconnectsharp
yet another SimConnect wrapper
https://github.com/kodowiec/simconnectsharp
csharp csharp-library msfs2024 simconnect
Last synced: 11 months ago
JSON representation
yet another SimConnect wrapper
- Host: GitHub
- URL: https://github.com/kodowiec/simconnectsharp
- Owner: kodowiec
- Created: 2025-07-05T20:46:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-05T23:07:33.000Z (11 months ago)
- Last Synced: 2025-07-06T00:18:53.903Z (11 months ago)
- Topics: csharp, csharp-library, msfs2024, simconnect
- Language: C#
- Homepage:
- Size: 628 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimConnectSharp
Yet another library to wrap over SimConnect for MSFS2024.
it isn't advanced at all and probably unstable but connects succesfully and retrieves location data.
## Requirements
- Visual Studio 2022
- .NET Framework 4.7.2
- Microsoft Flight Simulator 2024 (tested on 1.4.20.0)
## References
- [SimConnect SDK docs](https://docs.flightsimulator.com/html/Programming_Tools/SimConnect/Programming_SimConnect_Clients_using_Managed_Code.htm)