Network:UDPConnection

Last updated 5 August 2026

Network:UDPConnection creates a bi directional UDP communication

Port to send and receive UDP messages.

Pin Info

Input 1: Toggle bind [Bang]

Input 1: Enable [Int]

Input 1: Message [String]

Input 1: Message + address [Pack]

Input 2: IP [String]

Input 2: Port [Int]

Input 3: Dest IP [String]

Input 3: Dest port [Int]

1-Toggle bind[Bang]: Toggles the nodes bind status.

1-Enable[Int]: Sets the Binding state of the Node*.

1-Message[String]: Sends the String to the Addresssaved in the "Send to" section of the Node.

1-Message+address[Pack**]: Sends the String ot the Client specifiedin the Subpack.

2-IP[String]: Sets the Network Interface for the Node to use.

2-Port[Int]: Sets the Port the Node listens to.

3-Dest IP[String]: Sets the Address that the Node will send UDPmessages to.

3-Dest port[Int]: Sets the Port the UDP Messages are sent to.

Output 1: Bound [Int]

Output 1: Message [String]

Output 1: Message + sender [Pack]

Output 2: Sender IP [String]

Output 2: Sender port [Int]

Output 3: Send success [Int]

1-Bound[Int]: Emits the Bind status of the Node if changed.

1-Message[String]: Emits any UDP message received by this Node.

1-Message + sender[Pack**]: Emits any UDP message receivedby this node as well as the Sender IP and Port.

2-Sender IP[String]: Emits the Sending IP address of the last message.

2-Sender port[Int]: Emits the Answer Port of the last UDP message.

3-Send success[Int]: Emits 1 if a Message was successfully sent, and 0if the Receiver could not be reached.

Node Parameters

Receiver: Defines the Network Interface the Node should use.

Port: Defines what Port the Node is receiving Messages on.

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

Send to: Defines where the Node will send UDP messages to.

Port: Defines what Port the node will send UDP messages to.

Expand:

Adopt send to: If enabled, the Send to IP can not be changed via the UI, but is automatically set to answer the last received Message.