From 7324d44d63df1754eb6de20232e697c6c7825fe9 Mon Sep 17 00:00:00 2001 From: "Keenan D. Buckley" Date: Tue, 19 Feb 2019 20:38:22 -0700 Subject: [PATCH] Add links to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdd0546..4cd78ce 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # RoboPipe -RoboPipe is a java-based script that allows the user to pull SmartDashboard values into other programs. The API uses .NET sockets 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. +RoboPipe is a java-based script that allows the user to pull SmartDashboard values into other programs. 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](). +For information on installing RoboPipe, see Installation. For information on creating a program to interact with RoboPipe, see Setup. ## Installation To install Robopipe, start by downloading the latest jar from [Releases](https://github.com/Team4388/WPILib-Network-Tables-RoboPipe/releases) page. Put it into its own folder so that the batch file it creates won't clutter up your files. Then, finish by either running RoboPipe.jar (opens socket on default port), or use the command line to set a specific port.