Trying to push the limit with network tables and have as fast network as possible.
From reading the network table source, I can’t tell if a “getEntry” call goes to then query for the value (wherever it is hosted) or if the data is precached.
My other idea was to just have our coprocessor stream UDP packets to our roborio… and listen in a separate thread for it while updating the values received (which is available to the main thread). Feels like while thats more work it might be the shortest latency.
What are your experiences with this? Speed is my goal