Node: UDP Output
Jump to navigation
Jump to search
The UDP Output Node allows you to send UDP messages to a remote device or devices via UDP messages, provided as a String or List of Strings. Messages can contain regular characters, or special characters defined by their character code.
Contents
Settings
Expected Type | Details | Default | |
---|---|---|---|
localInterface
|
LocalInterface | The local network interface that will be used to send the UDP messages. | LocalInterface("0.0.0.0")
|
remoteAddress
|
RemoteAddress/IP | The destination for UDP messages. This can be either a unicast or broadcast address. | IP("10.10.1.1")
|
recurringMessages
|
List<String> | The message or messages that will continually be sent from this node. An empty, null, or otherwise unresolvable value will prevent a message from being sent on each frame. Keep in mind that Waltz does not append any characters to the end of the message, so any end-of-line characters must be in the provided message(s). |
Parameters
There are no parameters exposed by this node.
Functions
Argument(s) Type | Returns | Details | |
---|---|---|---|
send(message)
|
Any | Void | Send a UDP message to this node's destination and using the other properties configured on this node. Keep in mind that Waltz does not append any characters to the end of the message, so any end-of-line characters must be in the provided message. The provided values are converted to the String type, so a Number, Boolean, or other value can be provided. |
Example Usage
No examples provided.
Nodes | |
---|---|
Devices | ArtNet Input · ArtNet Output · Interactive LED Processor · NDI™ Input · NDI™ Output · OSC Input · OSC Output · Projector · SensorLink · TCP · TUIO Output · UDP Input · UDP Output · Watchout Media Server |
Objects | LED Tile Layout · List · Map · Random Number · Simulated Touch · Timer · Value · Wave |
Operators | Blend · Change · Clip · Cluster Tracker · DMX Multiverse Merge · Ease · Filter · Hold · JSON Mapper · JSON Stringify · Logic · Math · Proximity · Range · Rotate · Scale · Shear · Smooth · Touch Mapper · Translate |
Scenes | External Scene · Material Scene |
Materials | Graph · Touch Material |
Scripting | Script Function · Script |
Comments | Comment |