LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TCP COMMUNICATION ON INTERNET

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 

0 Kudos
Message 1 of 5
(2,796 Views)
What do you mean run it on the internet? What are you trying to do?
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 2 of 5
(2,785 Views)

I want communication between Client VI and Server VI through internet..

 

 

 

0 Kudos
Message 3 of 5
(2,780 Views)

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

0 Kudos
Message 4 of 5
(2,775 Views)

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/ 

Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


LinkedIn

Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 5 of 5
(2,772 Views)