Joe, Krieck,
The code to set up a NetworkTables server was very helpful, but how do I get SmartDashboard to use it? I ran it from the command line and tried to specify the ip as 127.0.0.1 but it still looks like it's looking for the crio.
When I try to run my code I get exceptions like
Code:
Caused by: java.lang.RuntimeException: NetworkTable could not be initialized: java.net.BindException: Address already in use: JVM_Bind: Address already in use: JVM_Bind
at edu.wpi.first.wpilibj.networktables.NetworkTable.getTable(Unknown Source)
at edu.wpi.first.wpilibj.smartdashboard.SmartDashboard.<clinit>(SmartDashboard.java:31)
any advice?