Quote:
Originally Posted by Greg McKaskle
If you run your code on the PI, it sill be using a network tables implementation that is compatible with the LV implementation.
|
Actually, I've been told (and observed with the FRC Dashboard) that LabVIEW's NT implementation is not backwards compatible with NT2, which is what pynetworktables implements. You would not be able to use the current release version of pynetworktables with LabVIEW.
However, we have a beta version available (version 2016.0.0alpha1) that implements bare NT3 support, which you can install via
pip install --pre pynetworktables ... it has the same API so it should work without problems, but isn't as well tested.