Skip to content
#

hal

Here are 367 public repositories matching this topic...

PeterJohnson
PeterJohnson commented Oct 2, 2020

Currently the list of clients connected to the NetworkTables server is only available on the server itself. It would be useful for debugging purposes for clients (e.g. dashboards) to display this information. This can be done within the existing protocol by publishing the connection list via a meta-table similar to FMSInfo.

This could be done without modifying ntcore itself by adding a higher

johnnyegel
johnnyegel commented Nov 17, 2020

All examples seems to put all code in the main() function, and demonstrate some static condition happening once. However, this does not reflect any real use cases, and I struggle really hard to implement anything actually useful using the HAL (unless of course I would put all logic into the main() function). There should be some examples which shows actual useful use-cases, and not just PoCs.

Improve this page

Add a description, image, and links to the hal topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hal topic, visit your repo's landing page and select "manage topics."

Learn more