FRC900 / 2015VisionCode

MIT License
6 stars 8 forks source link

NetworkTables v3 #2

Open PeterJohnson opened 8 years ago

PeterJohnson commented 8 years ago

For 2016, NetworkTables has been substantially updated including a new wire protocol and the C++ implementation has been rewritten as "ntcore". See https://github.com/PeterJohnson/ntcore/ for the new C++ library (or https://usfirst.collab.net/gerrit/gitweb?p=ntcore.git;tflink=projects.wpilib/scm.ntcore). The new C++ library is backwards compatible with 2.0 clients and servers, but the updated LabView may be v3 only.

marshallmassengill commented 8 years ago

Thanks! We're working on updating the code now along with beta testing for the new C&C stuff for LabView. We'll be sure to check it out!