
UDP is a "connectionless" way to exchange data. It is very simple to set up and operate, however data are not prodected by acknowledges.
A UDP socket is opened using the "UDPOPEN" command (
more).
UDP is a packet oriented format. One UDP packet can hold 1460 bytes. Thus an array with this length should be ideally defined for receiving and sending data.
Some details: