Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ba5064a · Dec 9, 2024

History

45 Commits
Jul 25, 2024
Jul 19, 2024
Aug 30, 2024
Jul 23, 2024
Dec 9, 2024
Aug 30, 2024
Jul 19, 2024
Jul 19, 2024
Jul 27, 2024

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.2'

And to the repositories block the following line:

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