MX Bikes Official Forum

Mods => Plugins => Topic started by: PiBoSo on April 21, 2014, 11:40:32 PM

Title: Proxy plugin
Post by: PiBoSo on April 21, 2014, 11:40:32 PM
MX Bikes integrates a "proxy" plugin.

Opening MXBProxyObject

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

external programs can read MX Bikes output data.

The source code and data structure is available here: http://www.mx-bikes.com/downloads/mxb_proxy.c
Title: Re: Proxy plugin
Post by: PiBoSo on September 04, 2014, 12:05:44 AM
Source code updated to the latest interface.
Title: Re: Proxy plugin
Post by: PiBoSo on February 29, 2016, 07:18:27 PM

Source code updated to the latest interface.
Title: Re: Proxy plugin
Post by: PiBoSo on December 22, 2016, 09:36:24 AM

Source code updated to the latest interface.
Title: Re: Proxy plugin
Post by: PiBoSo on March 15, 2017, 11:00:17 PM

Source code updated to the latest interface.
Title: Re: Proxy plugin
Post by: PiBoSo on June 14, 2018, 10:12:42 PM

Source code updated to the latest interface.
Title: Re: Proxy plugin
Post by: PiBoSo on August 29, 2018, 02:00:04 PM

Source code updated to the latest interface.
Title: Re: Proxy plugin
Post by: PiBoSo on February 02, 2022, 02:42:47 PM
Source code updated to the latest interface.