Node.js Wrapper to communicate with Kart Racing Pro Client.
krp-sharedmemory-client is the client for the krp-sharedmemory-plugin.
This package was tested under Node.js 18.17.0 x64.
Kart Racing Pro release13e was used while testing.
npm install krp-sharedmemory-client
Event | Description |
---|---|
"connected" | Shared Memory connected. |
"disconnected" | Shared Memory disconnected. |
"pluginInfo" | pluginInfo updated. |
"...Info" | ...Info updated. |
const wrapper = new Wrapper(Config);
wrapper.on("connected", () => {
console.log("Connected!");
});
Released under the MIT License.