|
Re: RoboRealm API
If you want to do this without using the Network Tables, I can post some code we used last year to get RoboRealm processed responses back to the robot (we wrote a (server?) TCP/IP socket that the RoboRealm software connected to at the end of it's procesing chain, and sent the values down. They go as an XML-ish text string, and you have to parse / extract them when you get them. But it's pretty standard server socket stuff (for the version of Java we use).
|