Hi,
I want to setup Double Client Server Structure for making my VIs accessible through internet. Here's what I am looking forward to implement
1. Run Web server on a say linux system which had public IP.
2. The Web page published using a VI system, will be available on this web
server. This should know, for each experiment where is the VI server
running.
3. The page should have all the front end VIs.
4. They in turn will contact the corresponding VI servers and update the
front panels.
The problem is I am not able to figure out how to do this. I've tried Web Server but that runs on the same machine as VI. Please help.