udp_send
Send a UDP datagram to a specified IP address and port. Supports UTF-8 or base64 encoding for the data payload.
Instructions
Send a UDP datagram to address:port. address must be an IP literal. encoding=utf8 or base64 as with tcp_send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| port | Yes | ||
| address | Yes | ||
| encoding | Yes | ||
| socket_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||