|
Can somebody give me a run-down on NetworkTables connections?
I've looked over the NetworkTables2 headers in the C++ distrib. of the WPILib.
A couple questions:
1. Can I just set a listen on a port so I can utilize other networking libraries, like socket.io?
2. Following the above, does NetworkTables require a client-server relationship? That is, does the client have to establish a connection with a server written in NetworkTables? Or could it be something else?
__________________
sudo chmod u+x helloworld.sh
gotta start somewhere.
|