UDP packet size is limited by the MTU of the network (tipically something between 400 and 1500bytes) and XML is very verbose and would probably generate messages larger than that.
So, first, ensure all your messages fit in UDP packets or send them over TCP or use a binary format to encode your data (for instance RPC).
In reply to Re: about a wrapper script
by salva
in thread about a wrapper script
by s_gaurav1091
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |