Re: UDP client programming

2009-04-10 Thread Mike Frysinger
On Friday 10 April 2009 08:06:17 Henri Moreau wrote: > My script sends a UDP query to a server and gets a response datagram. All > packets are character strings and I have had trouble reading the response. > A method that I have found to work is to arrange for the response packet to > have a uniqu

UDP client programming

2009-04-10 Thread Henri Moreau
My script sends a UDP query to a server and gets a response datagram. All packets are character strings and I have had trouble reading the response. A method that I have found to work is to arrange for the response packet to have a unique terminating character ('\0') and to pipe the response into