Network:UDPConnection
Network:UDPConnection creates a bi directional UDP communication
Port to send and receive UDP messages.
| Pin | Info |
|---|---|
|
|
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. |
|
|
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. |
|
