An open API service indexing awesome lists of open source software.

https://github.com/frc-for-ftc-tools/nt-self-impl

Self implemented networktables server
https://github.com/frc-for-ftc-tools/nt-self-impl

frc frc-for-ftc ftc java network-tables

Last synced: 6 months ago
JSON representation

Self implemented networktables server

Awesome Lists containing this project

README

          

# 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:
```gradle
implementation 'com.github.FRC-For-FTC-Tools:nt-self-impl:0.0.2'
```
And to the repositories block the following line:
```gradle
maven { url 'https://jitpack.io' }
```