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.py' or 'twisted.py'?
Many thanks, David Jones -- http://mail.python.org/mailman/listinfo/python-list