@first-team-339/ntcore-ts-client
v1.0.0
Published
A TypeScript library for communication over [WPILib's NetworkTables 4.0 protocol](https://github.com/wpilibsuite/allwpilib/blob/main/ntcore/doc/networktables4.adoc).
Downloads
84
Maintainers
Readme
ntcore-ts-client
A TypeScript library for communication over WPILib's NetworkTables 4.0 protocol.
Usage
For a quick start guide on how to use the library, view this README and this documentation website.
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.