Re: Setting up python socket server with non-standard termination string.

2007-05-08 Thread Jean-Paul Calderone
On 8 May 2007 06:59:26 -0700, [EMAIL PROTECTED] wrote: >Hi, > >I'm trying to create a tcp/ip port listening socket server for various >cellular devices that don't use the standard "\r\n" termination string >at the end of their message. Instead, they use "-ND-". Do you know >how I can setup such

Setting up python socket server with non-standard termination string.

2007-05-08 Thread indy1000
Hi, I'm trying to create a tcp/ip port listening socket server for various cellular devices that don't use the standard "\r\n" termination string at the end of their message. Instead, they use "-ND-". Do you know how I can setup such a server, preferably using either 'socket.py', 'serversocket.p