getting caller

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Thu Feb 12 22:12:58 EST 2009


(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 <sambit2005 at 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




More information about the Python-list mailing list