Log in

View Full Version : Sending data directly to dashboard (C++)


brianje
30-01-2011, 16:20
Team update number 5 specifically permits us to send data directly from the robot to the dashboard (not through the driver station), but I can't find anything new in WPILib to support this feature. Is there anything I am missing that would make it easy to to this, or should I be using C sockets?

byteit101
30-01-2011, 17:10
You have the option to, but they don't give you much to do it. You can use raw, painful C sockets, or the ZomB Dashboard System (http://firstforge.wpi.edu/sf/sfmain/do/viewProject/projects.zombdashboard).

msulaimain
31-01-2011, 07:58
I, myself would use the ZomB Dashboard System. In my opinion its kind of more reliable and easier to use.