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");
?