|
Re: dashboard in visual studio?
yes, there is a standard network UDP packet send every 50 ms.
you can receive UDP data from port 1165, and process the data.
this thread has the details for the auto-generated data, you can send and parse your own data (984 bytes) too: http://www.chiefdelphi.com/forums/sh...ad.php?t=72874 (last post, first image)
__________________
Bubble Wrap: programmers rewards
Watchdog.Kill();
printf("Watchdog is Dead, Celebrate!");
How to make a self aware robot: while (∞) cout<<(sqrt(-∞)/-0);
Previously FRC 451 (The Cat Attack)
Now part of the class of 2016 at WPI & helping on WPILib
|