Skip to content

A multithreaded socket app using TCP and UDP protocol to connect client and server using Python 2.7.

Notifications You must be signed in to change notification settings

gilmaicor/socket-tcp-udp-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

socket-tcp-udp-python

A multithreaded socket app using TCP and UDP protocol to connect client and server using Python 2.7. Tested only on MacOs Mojave 10.14.5.

How to use: 1 - Clone repo; 2 - Change protocol inside "myconfig.py" file. It is OPTIONAL, it uses TCP by default; 3 - Run server.py and follow the script; 4 - Run as many clients as you want to.

Have fun!

About

A multithreaded socket app using TCP and UDP protocol to connect client and server using Python 2.7.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%