View Single Post
  #9   Spotlight this post!  
Unread 12-02-2014, 21:37
mhaeberli mhaeberli is offline
Registered User
FRC #3045
 
Join Date: Feb 2014
Location: Redwood City
Posts: 88
mhaeberli is on a distinguished road
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
Reply With Quote