• Welcome to PiBoSo Official Forum. Please login or sign up.
 

Need some help having the output data out

Started by Husam, August 26, 2016, 12:17:19 PM

Previous topic - Next topic

Husam

Hello,
C++ is my immortal enemey, but I am doing well with Dot Net.

So can you please make the plugin easir for those who want to use the telemetry data to make dashboard or motion sim,

If it is possible to provide a VS2013 project version of the plugin, or provide a plugin which sends the data through UDP port.

Thank you


HornetMaX

Just my 2 cents: the plugin interface is C (not C++) so it's very easy to interface it with any language supporting a C interface.
To compile the plugin example with Visual Studio: just create a new dll project/solution and add the code. I don't recall anything special beyond that to make it work.
The resulting .dll file must be renamed to .dlo for GPB to "see" it.