From 2ed57beee2104558c4be8198fd0bee02e09520f3 Mon Sep 17 00:00:00 2001 From: "Keenan D. Buckley" Date: Mon, 30 Mar 2020 18:25:18 -0600 Subject: [PATCH] Update README.md For some reason these commits aren't attributed to me so I'll list it here --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18d99fd..79c62cf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # RoboPipe +Author: HFocus (Keenan D. Buckley) + RoboPipe is a java-based script that allows the user to pull SmartDashboard values into other custom software. The API uses [.NET sockets](https://docs.microsoft.com/en-us/dotnet/standard/get-started) and connects to the SmartDashboard using the [Network Tables Libraries](https://wpilib.screenstepslive.com/s/currentCS/m/75361/l/851714-creating-a-client-side-program). RoboPipe will take a startup request and will send the requester a stream of the requested values. For information on installing RoboPipe, see Installation. For information on creating a program to interact with RoboPipe, see Setup.