2.1.1 • Published 26 days ago

krp-sharedmemory-client v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
26 days 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

26 days ago

2.0.9

29 days ago

2.1.0

29 days ago

2.0.5

1 month ago

2.0.7

1 month ago

2.0.6

1 month ago

2.0.8

1 month ago

2.0.3

1 month ago

2.0.2

1 month ago

2.0.4

1 month ago

2.0.1

1 month ago

2.0.0

1 month ago

1.0.13

2 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.12

7 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago