Crate nt[][src]

nt

nt is a client library to the NetworkTables revision 3 protocol, backed by tokio.

The provided NetworkTables struct contains methods for querying the state of the connection, accessing, as well as updating and creating entries that will be synced to the server.

Structs

EntryData

Struct containing the data associated with an entry. Used interally to store entries

NetworkTables

Core struct representing a connection to a NetworkTables server

Enums

EntryType

Corresponds to the type tag that NetworkTables presents prior to the corresponding EntryValue

EntryValue

Enum representing the different values that NetworkTables supports