PDA

View Full Version : Internet


kastor_unik
05-05-2008, 11:34 PM
Hello,
I would like to link two computers via internet. Is it possible with vizard? How can I exchange data between these computers?
Thank you

farshizzo
05-06-2008, 09:17 AM
Vizard comes with networking support. The documentation contains a networking tutorial that shows how to send messages between computers.

Uttama_vizard
05-06-2008, 09:35 AM
Hi,

I was going through the Networking issues....a question came to my mind....Is it that the other computer with which we are trying to communicate remotely, should also have vizard installed?

Thanks

Uttama

farshizzo
05-06-2008, 09:37 AM
The networking tutorial assumes both computers are using Vizard. You can communicate with non-Vizard computers, then you will have to use the low-level Python socket library. If you search the forum there are a few examples showing how to do this.