Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 385 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 385 Bytes

Pure Java NetworkTables

A pure java implementation for a Networktables v4 protocol server to communicate with FRC tools

Installation

Add to your build.gradle depenedencies block the following line:

implementation 'com.github.FRC-For-FTC-Tools:nt-self-impl:0.0.1'

And to the repositories block the following line:

maven { url 'https://jitpack.io' }