Network:UDPReceiver

Last updated 5 August 2026

Network:UDPReceiver allows Backstage to receive UDP message

from any device in the same network.

Pin Info

Input 1: Toggle listener [Bang]

Input 1: Listen [Int]

Input 2: NIC [Pack]

Input 2: Ip [String]

Input 2: Port [Int]

1-Toggle listenerBang]: Toggles the nodes listening status.

1-Listen[Int]: Sets the listening state of the Node*.

2-NIC[Pack**]: Sets the Network Interface to listen to.

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

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

Output 1: Message [String]

Output 2: Sender [String]

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

2-Sender[String]: Emtis Sender IP and Port with every received Messageto directly respond to the sender.