Skip to content

PrinciMixtiy/Python-Base-Sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python socket programming code base

Files

base.py

Contain functions to send and receive data.

server.py

Server code that run the server and listen for clients.
Each connected client is handled by the handle_clients function.
⚙️ Overide the handle_clients function.

client.py

Client side code that connect the client to a server and interact with.
⚙️ Overide the run function.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages