Skip to content

saifeldinhesham/ClientServerModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClientServerModel

A simple client-server model which are able to communicate using TCP and UDP sockets programmed in Python where the client

sends two integers to the server then the server performs an addition operation on them and returns the results to the client,

also the server was able to handle concurrent connections from multiple clients using threads.

1-Run server.py first

2- intilliaze the Host IP in Tcpclient.py & Udpclient.py to the server IP either local host or another computer (LAN network)

3-Run either tcp or udp

About

A simple client-server model which are able to communicate using TCP and UDP sockets programmed in Python where the client sends two integers to the server then the server performs an addition operation on them and returns the results to the client, also the server was able to handle concurrent connections from multiple clients using threads.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages