Skip to content

theo-dep/ChatCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatCLI

Chat in command line with a server and several clients

NOT WORKING
ONLY THE LAST CLIENT CAN SPEAK TO OTHER

Compilation

make
make clean

Execution

cd bin
./chat -h for help
./chat -c [-t IP adress of the server] [-p port] for the client
./chat -s [-p port] for the server

Example

cd bin
./chat -c or ./chat -c -t 192.0.1.1 -p 1111
./chat -s -p 1111