Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Room

This repository contains the starter code for the lab project of COMP461205: Computer Networks. The project involves building a chat room application using TCP sockets and multithreading. Students are expected to implement key parts of the system.

Instructions

  1. Clone the repository:
git clone https://github.com/king-siong/chat-room.git
  1. Build the project:
cd chat-room
cmake -S . -B build
cd build
make
  1. Test your implementation:
make all-stage
  1. Run the server:
./server
  1. Run the client:
./client

About

a course project of COMP461205: Computer Networks

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages