Kart Racing Pro Official Forum

Mods => Plugins => Topic started by: Axel_GT80 on December 09, 2010, 12:42:46 PM

Title: Telemetry plugin
Post by: Axel_GT80 on December 09, 2010, 12:42:46 PM
Hi, is the "telemetry" plugin supposed to work on the beta version (demo)?
I tried to test it but with no success...

Will you provide any possibility to interact with graphics and physics in future?

Title: Re: Telemetry plugin
Post by: PiBoSo on December 09, 2010, 01:19:19 PM

Telemetry and addon plugins only work with unlocked version of Kart Racing Pro http://forum.kartracing-pro.com/index.php?topic=30.0 (http://forum.kartracing-pro.com/index.php?topic=30.0)
Title: Re: Telemetry plugin
Post by: luisdeluis on December 14, 2010, 07:59:41 PM
Create a dedicated server. My question is: Can I capture the telemetry data in real time of all drivers on track? My users are maniatic in this....  ;)

Thanks and great job!!!!!!!!!!!!!!


Title: Re: Telemetry plugin
Post by: PiBoSo on December 14, 2010, 08:34:17 PM
Quote from: luisdeluis on December 14, 2010, 07:59:41 PM
Create a dedicated server. My question is: Can I capture the telemetry data in real time of all drivers on track? My users are maniatic in this....  ;)

Thanks and great job!!!!!!!!!!!!!!

You can only have telemetry for local kart.
Title: Re: Telemetry plugin
Post by: luisdeluis on December 14, 2010, 09:55:19 PM
Oh!!!!   :'( .... Well... Waiting for next versions. It,s very important for a admin give information to a users.

Thanks.
Title: Re: Telemetry plugin
Post by: SimRacer on January 06, 2011, 12:14:12 AM
Hi,

Is there a header file available so that i can use it with my pInvoke tool to get the declarations into C#?

Cheers.
Title: Re: Telemetry plugin
Post by: PiBoSo on January 06, 2011, 12:37:35 AM
Quote from: BanjoDubs on January 06, 2011, 12:14:12 AM
Hi,

Is there a header file available so that i can use it with my pInvoke tool to get the declarations into C#?

Cheers.

Have you already seen the example source file?
http://www.kartracing-pro.com/downloads/krp_example.c
Title: Re: Telemetry plugin
Post by: SimRacer on January 06, 2011, 12:40:56 AM
Yes but I am trying to avoid creating the interface file for c# manually from this example to avoid errors. The tool I have to import a C/C++ dll requires the header file to do its job.

Im willing to share the converted interface code when done :)
Title: Re: Telemetry plugin
Post by: SimRacer on January 07, 2011, 12:28:29 AM
For those that are not that familiar with C, I have now learned from PiBoSo that the software wishing to get telemetry from KRP has to provide methods for the sim to call back and pass the data. In my previous posts I was making the assumption that the client software had to poll KRP for the data similar to how the iRacing software works.  :-[