Hi
I want to write app that shows aircraft data (position, alt etc.) in program writen in C#. And I do not know how to go about it.
I have compiled DLL library from SDK but how to get this data in outer app??
Hi
I want to write app that shows aircraft data (position, alt etc.) in program writen in C#. And I do not know how to go about it.
I have compiled DLL library from SDK but how to get this data in outer app??
Use the UDP Broadcast Feature. You can get the relevant Information from this.
https://www.aerofly.com/dokuwi….php/manual:miscellaneous
You can also just use the mentioned addons.
If you need more data than is in the UDP, or if you need to write to the sim, you could use named pipes or TCP to talk between the C++ DLL and C#