View Single Post
  #3   Spotlight this post!  
Unread 11-03-2014, 12:47
yash101 yash101 is offline
Curiosity | I have too much of it!
AKA: null
no team
 
Join Date: Oct 2012
Rookie Year: 2012
Location: devnull
Posts: 1,191
yash101 is an unknown quantity at this point
Re: NetworkTables C++

Quote:
Originally Posted by virtuald View Post
You can run pynetworktables on a pc, but that requires python.

Alternatively, you can use the source code that pynetworktables is compiled from to build a C++ version of the library (as it is C++ underneath).

Cross-platform files required: https://github.com/robotpy/pynetwork...ree/master/src
Patched wpilib source that will compile on Windows and Linux: https://github.com/robotpy/wpilib
I did look at the pyNewtorkTables GitHub but I couldn't understand what was really happening. Can I compile it and run include it in my OpenCV program?