...
netIC UDP port: 25383
UDP Frame
Data (118 bytes)
IP address to be assigned to the netIC (C0 a8 01 0b = 192 168 1 11)
Serial number of the netIC (00 00 8c 82 = 35970)
ff ff ff ff ff ff c8 d3 ff e3 41 b1 08 00 45 00 00 92 fd 4f 00 00 80 11 00 00 c0 a8 01 0a ff ff ff ff 63 28 63 27 00 7e c2 41
48 49 4e 49 00 00 03 e8 00 00 00 03 00 00 00 01 00 00 20 7e 00 00 00 00 c0 a8 01 0a 00 00 63 28 c0 a8 01 0b 00
02 a2 4e cb a2 00 00 8c 82 00 00 10 38 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 ff ff ff 00
There are several possibilities to send TCP/UDP packets. On the next page there are two command line examples for netcat and packetsender.
...
echo <hex to ascii> | ncat -u -w 1 -v -s 192.168.1.10 -p 25384 255.255.255.255 25383
packetsender
To send and receive udp packets you can use as example packetsender.
Packetsender can be used for Linux, Mac and Windows. https://packetsender.com/
...