Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 447 Bytes

File metadata and controls

6 lines (4 loc) · 447 Bytes

TCP-Python-Code

A simple Python Socket program, which uses TCP to exchange text between the two users.

chat_server.py and chat_client.py work together. Which is a simple texting program without any GUI, uses TCP protocol. Run each in seperate command line terminal.

time_server.py and time_client.py work together, which demonstrates the working of a simple server-client model using TCP protocol. Run each in seperate command line terminal.