ConnectionInfo

class ntcore.ConnectionInfo

Bases: pybind11_object

NetworkTables Connection Information

property last_update int

The last time any update was received from the remote node (same scale as returned by nt::Now()).

property protocol_version int

The protocol version being used for this connection. This in protocol layer format, so 0x0200 = 2.0, 0x0300 = 3.0).

property remote_id str

The remote identifier (as set on the remote node by NetworkTableInstance::StartClient4() or nt::StartClient4()).

property remote_ip str

The IP address of the remote node.

property remote_port int

The port number of the remote node.