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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to