Quote:
Originally Posted by riftware
My lead programmer wasn't sure how to get network tables installed on the Pi. We're a Java (or in a pinch c++ team) - does anybody have a reference on how to get them there? (or are they there to begin with?)
- Update - I found another thread that seems to show how to do it:
http://www.chiefdelphi.com/forums/sh....php?p=1525831 I'll try it tonight and update this post tomorrow.
|
It really depends on which programming language you're using on the Pi. We use Python, so all I had to do was run "pip install pynetworktables".