I have no experience with Network Tables. I need to send an 2d array to a LabVIEW dashboard using network tables, and I don't quite know where to start.
Code:
public java.lang.Boolean[] getBooleanArray(java.lang.String key,
java.lang.Boolean[] defaultValue)
I found that on the Java Docs on:
https://team2168.org/javadoc/
If someone used Network Tables to comunicate to a dashboard last year and could post that code, I think I could gain a further understanding of network tables from that.
Thanks.