2.1.1 • Published 1 year ago

krp-sharedmemory-client v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

EventDescription
"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.

2.1.1

1 year ago

2.0.9

1 year ago

2.1.0

1 year ago

2.0.5

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.8

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.4

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.13

1 year ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.12

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago