krp-sharedmemory-client
TypeScript icon, indicating that this package has built-in type declarations

2.1.1 • Public • Published

krp-sharedmemory-client

Node.js Wrapper to communicate with Kart Racing Pro Client.

krp-sharedmemory-client is the client for the krp-sharedmemory-plugin.

Requirements

Installing

This package was tested under Node.js 18.17.0 x64.

Kart Racing Pro release13e was used while testing.

npm install krp-sharedmemory-client

Documentation

Documentation

Events

Event Description
"connected" Shared Memory connected.
"disconnected" Shared Memory disconnected.
"pluginInfo" pluginInfo updated.
"...Info" ...Info updated.

Example

const wrapper = new Wrapper(Config);

wrapper.on("connected", () => {
  console.log("Connected!");
});

License

Released under the MIT License.

Package Sidebar

Install

npm i krp-sharedmemory-client

Weekly Downloads

833

Version

2.1.1

License

MIT

Unpacked Size

2.85 MB

Total Files

394

Last publish

Collaborators

  • fynnix