Quote:
Originally Posted by charrisTTI
NetworkTable object can be used to pass data to/from robot code and another program running on another computer on the network. SmartDashboard uses it to pass data to/from robot.
We use it to pass data from image processing software running on the driver station back to the robot.
|
Charles, we are interested in doing something with NetworkTable but we are not familiar with it, so here are a few questions:
1. On the Robot side, I can see WPILib has provided the NetworkTable class, so that part seems straight forward.
2. On the PC side, who provides the NetworkTable class. Is there an SDK of some sort we need to download? We are planning to develop with C++ on the PC side with Microsoft Visual Studio (C# is fine too if necessary).