Thread: Network Tables
View Single Post
  #3   Spotlight this post!  
Unread 12-02-2013, 22:00
IDKnow IDKnow is offline
Registered User
FRC #1671
 
Join Date: Feb 2013
Location: California
Posts: 8
IDKnow is an unknown quantity at this point
Re: Network Tables

Via the link above, there is the category "The client (laptop) side of the program." Code exactly as is shown in this will not function. The robot side is also more or less as shown and will give/take values to/from the network table viewer.

Without the specified lines,
setClientMode() and setIPAddress()
there are no errors but also no connection. It will not print status as client with if (not server) print is client nor will it do the same with connection.

With them, there are also no errors but it continuously fails to connect.
Reply With Quote