robotdotnet / NetworkTables

FRC NetworkTables for .NET. This is all old code and should not be used anymore.
3 stars 5 forks source link

QUESTION: How do I use this module? #80

Closed KyleRAnderson closed 6 years ago

KyleRAnderson commented 6 years ago

I haven't been able to find any documentation on trying to use this module. I'm trying to make my own little Dashboard for the robot using C# and Windows Presentation Forms and I've installed this using NuGet.

What is the basic syntax for if I'd like to get the SmartDashboard table while connected to the robot, and then get values from it?

Further down the line, I'd also like a camera feed if possible. I see that you have some sort of camera feed thing set up. If I wanted just a basic feed, what would setting that up look like in C#?

KyleRAnderson commented 6 years ago

I may have just found your documentation, and just answered my own questions: https://robotdotnet.github.io/api/NetworkTables.NetworkTable.html