Thanks for all of the responses
Quote:
Originally Posted by chsahit
Take a look at this little thing I cooked up:
https://github.com/chsahit/UDPTable
It uses UDP instead of TCP for less networking sadness/latency. I designed it to be a simple alternative to Network tables.
|
Thanks! I will be sure to check this out.
From my understanding, UDP has no packet delivery confirmation unless you implement it yourself, I haven't had a chance to look at this project yet, but would that be an issue for robot applications, have you tested this on a robot application.
For custom driver station outputs, I could see this being an option, but what about for sending processed image data back to the robo-RIO?