View Single Post
  #7   Spotlight this post!  
Unread 29-01-2014, 00:41
Merfoo's Avatar
Merfoo Merfoo is offline
Registered User
FRC #0955 (CV Robotics)
Team Role: Programmer
 
Join Date: Feb 2012
Rookie Year: 2012
Location: America
Posts: 48
Merfoo is an unknown quantity at this point
Re: Talk to rpi from crio

So if I want to use the NetworkTable "tableData" in python using https://github.com/Team3574/2013Visi...c/nt_client.py it would be
Code:
client = NetworkTable("tableData")
and in java it would be
Code:
NetworkTable table = NetworkTable.getTable("tableData");
?