UNPKG

ntcore-ts-client

Version:

A TypeScript library for communication over [WPILib's NetworkTables 4.1 protocol](https://github.com/wpilibsuite/allwpilib/blob/main/ntcore/doc/networktables4.adoc).

16 lines (8 loc) 581 B
# ntcore-ts-client A TypeScript library for communication over [WPILib's NetworkTables 4.1 protocol](https://github.com/wpilibsuite/allwpilib/blob/main/ntcore/doc/networktables4.adoc). ## Usage For a quick start guide on how to use the library, view this [README](https://github.com/cjlawson02/ntcore-ts-client/blob/main/README.md) and this [documentation website](https://ntcore.chrislawson.dev). ## Building Run `nx build ntcore-ts-client` to build the library. ## Running unit tests Run `nx test ntcore-ts-client` to execute the unit tests via [Jest](https://jestjs.io).