PiBoSo Official Forum

GP Bikes => Mods => Plugins => Topic started by: Husam on August 26, 2016, 12:17:19 PM

Title: Need some help having the output data out
Post by: Husam on August 26, 2016, 12:17:19 PM
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

Title: Re: Need some help having the output data out
Post by: HornetMaX on August 26, 2016, 01:07:12 PM
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.