## TCP Examples Source Code

Programs in this directory show how to create connection-oriented Transmission Control Protocol (TCP) sockets.

<!-- View this page at https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/src/TcpExamples/README.md -->

| Telnet example       |  Telnet connection counting   | 
|----------------------|-------------------------------|
|  ![Telnet example](TcpExample1ScreenshotNetcat.png "Telnet example") |  ![Telnet connection counting](TcpExample2ConnectionCountingScreenshot.png "Telnet connection counting") 

| Client-server socket communications | Client-Server Timing Sequence Diagram |
|-------------------------------------|---------------------------------------|
| ![Client-server socket communications](TcpExample3ServerClientScreenshot.png "Client-server socket communications") | ![Client-Server Timing Sequence Diagram](TcpExample4SequenceDiagram.png "Client-Server Timing Sequence Diagram") |