Skip to content

NekoSaiKou/chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chatroom

Getting Started

This chatroom is a simple chatroom written in c++, socket and multithread.

Build

The makefile provided under the repo will create bin and obj directory. The compiled object file will be stored in obj and the executables will be stored in bin.

Build command:

make

Run server

cd ./bin
./server

Run client

The first argument of client is the ipaddress to the server and the second argument is the user name. The maximum length of user name is 16 characters.

cd ./bin
./client ${IPaddress to server} ${name}

Authors

About

The Operating System Project 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published