Network:UDPMulticast

Last updated 5 August 2026

Network:UDPMulticast can be used as many-to-many communication

Any string sent to a bound Multicast Node will be sent out on all the others.

Pin Info

Input 1: Toggle bind [Bang]

Input 1: Enable [Int]

Input 1: Message [String, Pack]

Input 2: NIC [Pack]

Input 3: Multicast IP [String]

Input 3: 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 every device listening tothe smae Multicast IP and Port.

1-Message+address[Pack**]: send a message to the address without changing the Node Properties.

2-NIC[Pack]: Sets the Network Interface for the Node to use***.

3-Multicast IP[String]: Sets the Address that the Node will sendUDP messages to.

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

Output 1: Message [String]

1-Message[String]: Emits any Multicast message sent to thedefined multicast IP and Port, including the ones sent by this Node.