Skip to content

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

Notifications You must be signed in to change notification settings

Sayeed97/TCP-Python-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages