Letting a Python application phone home

Gerhard Fiedler gelists at gmail.com
Sat Jul 15 18:56:44 EDT 2006


On 2006-07-15 12:45:16, Nils Oliver Kröger wrote:

> This is surely possible. You need to define a protocol for the communication 
> between client and server. As you are planning to send data over the internet 
> you should build it on top of tcp. Look at the python module "socket" resp. 
> "SocketServer" for low level tcp functions.

You may consider using https and html forms for sending your data. The
advantage is that code for the server part is readily available, and a
server often already running on a target server system.

Gerhard




More information about the Python-list mailing list