Thread: RoboRealm API
View Single Post
  #3   Spotlight this post!  
Unread 24-01-2013, 16:00
java4first java4first is offline
(Java) Programming Mentor
AKA: Stu
FRC #0501 (Power Knights)
Team Role: Mentor
 
Join Date: Nov 2010
Rookie Year: 2011
Location: Goffstown, NH
Posts: 56
java4first is an unknown quantity at this point
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).
Reply With Quote