Skip to content

FRC-For-FTC-Tools/nt-self-impl

Repository files navigation

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' }