<< Click to Display Table of Contents >> Manual > Server Creation Guide > Interface > IPLink-Interface > IPLinkClient Library > Function Description > About remote connection to IPLink server |
About remote connection to IPLink server
You can easily connect to the IPLink server from a PC other than the one the server is running on. This article explains how to run the IPLink client on a PC other than the server and connect to the IPLink server, as shown in the following configuration.
In this example, the IP address of the IPLink server is "192.168.1.1". After pasting the IPLink library control of the Visual Basic you are developing, set the "NetworkParam" property to the IPLink server's IP (192.168.1.1) and port (3000) separated by a comma. For details on setting NetworkParam, please refer to "NetworkParam" in the reference.
NetworkParam : "192.168.1.1,3000,1000"