Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

tcp ip over internet

$
0
0

The client server model using tcp ip is working fine in local network. Need help to transfer data over internet.

 

 

Server address:

    Local $sIPAddress = "116.202.126.252"
    Local $iPort = 65432
 
    Local $m = MyTCP_Server($sIPAddress, $iPort)

 

Client address:

    Local $sIPAddress = "116.202.126.252" ; 
    Local $iPort = 65432 ; 
 
    MyTCP_Client($sIPAddress, $iPort)
 

 

How can I configure ?

 

Thanks

Ramesh G


Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>