I am using network tables on my raspberry pi, using the startClientTeam() method. If my laptop is connected to the pi via ethernet, what settings must I use in Outline Viewer to read the values?
NT needs a server to work. Typically this is the robot program on the Rio. If you don’t have a RoboRIO on the network to be the server, the recommended approach is to make the coprocessor program the NT server (instead of it being a client), and then you can put the Pi’s IP address into OutlineViewer.
So for actual coprocessing, not testing with outlineviewer, if I use startClientTeam(5980)
in the pi code, do I need to use startServer()
in the rio’s code?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.