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
- Host: GitHub
- URL: https://github.com/frc-for-ftc-tools/nt-self-impl
- Owner: FRC-For-FTC-Tools
- License: mit
- Created: 2024-07-17T17:45:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-19T11:16:21.000Z (about 1 year ago)
- Last Synced: 2025-10-19T21:07:10.889Z (9 months ago)
- Topics: frc, frc-for-ftc, ftc, java, network-tables
- Language: Java
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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' }
```