Need an application sends from paricular port

Sambit Samal sambit2005 at gmail.com
Tue Feb 17 00:44:51 EST 2009


 Hi
>
> I am new to Python world
>
>  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
>
> e.g
>
> *Python Appl*
>
> IP: 10.116.78.90
> Port : 3000
>
>
> *Other Enity* :
>
> IP: 10.116.98.87
> Port : 3010
>
>
> Pyhon Appl ------------>UDP  ----> Other Enity
>                   <--------------------------
>
>
> Please help
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090217/b3e5915b/attachment-0001.html>


More information about the Python-list mailing list