The datasocketserver is needed to exchange data on the network or between PC's.
The server is often located on the computer, where the data is generated.
To send data from the computer to the data socket server the ip-adres is then local.
The portnumber is fixed to default data socket. The other computer can read the data from anywhere on the network.
Only the computername or ip-adres is important, when connecting the server the asking application comes with a popup window. There you choose the computer in question, then you will see the data socket server, wo is active. You also connect to the datastream you want to read.
You can connect the reader in a auto-update mode or manual. Auto-update means, that the server will send new data if it is available, it will trigger a callback function.
succes hans willemsen