10-10-2009 02:35 AM
Hello..
There is one example "TCP communication client-server model" in example finder. I have tested it. It is running on local LAN connection.
What should I do to run it on internet...
Please let me know
Thanks
Prashh
10-10-2009 04:02 AM
10-10-2009 04:32 AM
I want communication between Client VI and Server VI through internet..
10-10-2009 05:32 AM
Hi prashiit,
start your server with a known port.In your client use the ip from the pc where your server is running. If you have no proxy's among your client and your server, then it should work like in your local network. Where do you have problems?
Mike
10-10-2009 06:09 AM
The only thing you need to change to run that example across the world, rather than across the room, is the IP addresses.
Your machines have to have internet access to the outside world, of course.
I have a couple of blog entries describing the basics of TCP communications:
http://culverson.com/category/tcp/
Blog for (mostly LabVIEW) programmers: Tips And Tricks