(If you aren't replying to the original message, please post an entirely
*new* one to create a new thread).
En Thu, 12 Feb 2009 20:25:57 -0200, Sambit Samal <sambit2...@gmail.com>
escribió:
I need a python script , which binds at a user defind port & sends to
other
enity , which waits at particular port.
The other enity will respond & Python script should receive that at the
defined port
The communication will happen over UDP
See the SocketServer module:
http://docs.python.org/library/socketserver.html
There is a simple UDP server example at the end.
--
Gabriel Genellina
--
http://mail.python.org/mailman/listinfo/python-list