Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 144 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 144 Bytes

Socket Programming (Thread based)

Client

Usage : python client.py <IP> <PORT>

Server

Usage : python server.py <IP> <PORT>