Network:TCPClient

Last updated 5 August 2026

Network:TCPClient allows communication with an active

TCP/IP server in the same network.

Pin Info

Input 1: Toggle listener [Bang]

Input 1: Listen [Int]

Input 1: Message [String]

Input 2: Ip [String]

Input 2: Port [Int]

1-Toggle listener[Int]: Toggles the nodes connection tothe TCP server

1-Listen[Int]: Sets the Connection state of the Node

1-Message[String]: Sends the String to the TCP/IP Serverif the connection is active.

2-IP[String]: Sets the Server address this nodetries to connect to.

2-Port[Int]: Sets the Server port this nodestries to connect to.

Output 1: Message [String]

1-Message[String]: Emits messages sent from the connected TCP Server.

Node Parameters

IP: Defines the TCP Server address to connect to.

Port: Defines what Port on the TCP Server to connect to.

Checkbox: Shows the Connection state* of the Node, can be toggled by clicking.