Skip to content

eyadgad/CS3357_A2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS3357A Assignment #2: Building Two Chatroom Applications Using TCP and UDP

This repository contains the code for Chatroom Applications in Python using TCP and UDP protocols.

Testing TCP Chatroom

Server Usage:

python tcp_server.py

Client Usage:

python tcp_client.py <client_name>

Replace <client_name> with your desired username.

Testing UDP Chatroom

Server Usage:

python udp_server.py

Client Usage:

python udp_client.py <client_name>

Replace <client_name> with your desired username.

Contact

If you encounter any issues or have questions, please contact me at egad@uwo.ca

About

Computer Networks (CS3357) - Assignment 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages