Python based basic TCP Connection.
- Run server.py first followed by client.py.
- Enter the message in client.py, and server.py will reply with the same message in all CAPs.
- This is to demonstrate the basic TCP connection between a client and a server.
Python based basic TCP Connection.