PiBoSo Official Forum

World Racing Series => Mods => Plugins => Topic started by: PiBoSo on February 17, 2013, 06:47:59 PM

Title: Proxy plugin
Post by: PiBoSo on February 17, 2013, 06:47:59 PM
World Racing Series integrates a "proxy" plugin.

Opening the memory-mapped file WRSProxyObject

g_hMapFile = OpenFileMapping(FILE_MAP_READ,FALSE,"Local\\WRSProxyObject");
void *pBuf = MapViewOfFile(g_hMapFile,FILE_MAP_READ,0,0,sizeof(SProxyData_t));

external programs can read World Racing Series output data.

The source code and data structure is available here: http://www.worldracingseries.net/downloads/wrs_proxy.c
Title: Re: Proxy plugin
Post by: PiBoSo on December 15, 2013, 11:14:51 PM

Proxy plugin updated to the latest interface.
Title: Re: Proxy plugin
Post by: PiBoSo on June 25, 2014, 09:47:50 AM

Proxy plugin updated to the latest interface.
Title: Re: Proxy plugin
Post by: PiBoSo on May 25, 2015, 12:40:13 PM
Source code updated to the latest interface.
Title: Re: Proxy plugin
Post by: PiBoSo on October 14, 2015, 06:15:26 PM

Source code updated to the latest interface.
Title: Re: Proxy plugin
Post by: PiBoSo on September 05, 2016, 09:49:50 PM

Source code updated to the latest interface.
Title: Re: Proxy plugin
Post by: PiBoSo on February 17, 2017, 10:43:34 AM

Source code updated to the latest interface.
Title: Re: Proxy plugin
Post by: PiBoSo on July 05, 2018, 10:21:05 PM

Source code updated to the latest interface.