|
Re: Using NetworkTables in C++ (need a quick and concise tutorial)
Hi ekapalka,
I'm probably just being dense, but it looks like the standard C++ runtime WPILib on the robot end does not directly support TCP / UDP. NetworkTables support is included.
It looks like there is at least some sockets support in the robot-side Java code. But our team has chosen for whatever set of reasons to use C++ both on the drive station side and on the robot.
Best,
Martin
|