Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 371 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 371 Bytes

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!