Module tcp

Module tcp 

Source

Structs§

TCPClientConfig
Configuration options for the TCP client.

Functions§

start_tcp_client
Starts a TCP client that connects to the specified host and port, reads incoming messages, and processes them using the parse_reply function.