udp_recv
Receive UDP datagrams with configurable timeout and max packet count. Each packet includes source address, port, length, and data as base64 or text.
Instructions
Receive one or more UDP datagrams (up to max_packets). timeout_seconds=0 (default) is non-blocking; >0 waits for at least one packet. Each packet includes source address/port, length, base64 data, and optional text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| socket_id | Yes | ||
| max_packets | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||