#!/bin/sh
ip="目标IP"
port=12345
message="Hello UDP!"
echo "$message" | nc -u $ip $port