PDA

View Full Version : networking question?


shahramy
06-01-2010, 08:17 AM
Hi
Is there possible to access the file through LAN?
I Want to change special variables and objects from two files which place on two computers. I mean that two separate files (.py) can access variables and objects in the other file (.py) which place on the another computer with out using viz.addNetwork commands?
I want do that automatically and I directly access that variables and objects.
in the other hand when one .py file change variables and objects, this changes will be appeared with other .py file on another computer
thank you all

Jeff
06-01-2010, 06:22 PM
You want to run Vizard scripts on seperate machines and have each one affect variables in the other? Are you saying you don't want to use Vizard's built in networking features and if so why is that?

shahramy
06-02-2010, 01:20 AM
I need a global variable over my local network. and all clients can change that variable which physically placed on server pc.

Jeff
06-02-2010, 12:55 PM
Take a look at viznet in the Vizard docs. Clients can send messages to a server to update the variable.