Using TCP/IP Sockets
This section focuses on some of the basic concepts of building TCP/IP applications by building both a client and server application. These two applications will exchange string data. The client application will send a string to the server application and the server will send back the string after converting it to uppercase. You will implement this application using TCP/IP sockets.
When you are finished you will have a set of windows that look like the following:
C:\Users\documentation\Documents\vastePublisher\stable\VAS Documentation Word\images\cm\cmtcpdon.png
 
We provide a prebuilt version of this sample in the AbtTCPEchoSampleApp application. You can compare your work to this prebuilt sample if you have difficulties with your version of the application.
Note:
TCP/IP will work between two applications in a single machine as well as across a network. If you do not have access to two machines on a network, you can build and run these applications on a single machine.
Last modified date: 05/21/2020