Re: Letting a Python application phone home

2006-07-15 Thread Gerhard Fiedler
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. > "Socke

Re: Letting a Python application phone home

2006-07-15 Thread Nils Oliver Kröger
Am Freitag, 14. Juli 2006 15:26 schrieb Dieter Vanderelst: 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. "Sock