Network Programming in Python

diffuser78 at gmail.com diffuser78 at gmail.com
Thu Jun 22 15:23:33 EDT 2006


Thanks...I will read that up...could you give me some more headstart or
if you any sample code which I can study.

Thanks for your help, every help is appreciated


Fredrik Lundh wrote:
> diffuser78 at gmail.com wrote:
>
> > I am a newbie in python. I want to learn and implement a small
> > networking concept. Please help me. Every help is appreciated.
> >
> > I have one Linux Box and one Windows PC. I want to have a daemon
> > running on Windows PC which listens on some specicif port number. I
> > want to send a TCP/IP or UDP/IP packet from Linux box to Windows PC to
> > start some application. As Windows PC recieves such a packet from Linux
> > Box it executes a certain .exe file. I want to implement this concept.
> >
> > In short I want to remotely send command from Linux to Windows PC to
> > start a particular application.
>
> server:
>
>      http://docs.python.org/lib/module-SimpleXMLRPCServer.html
>
> client:
> 
>      http://docs.python.org/lib/module-xmlrpclib.html
> 
> </F>




More information about the Python-list mailing list