Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

madsolar8582/CS284F2011-ms-by

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For information about the assignment, see assignment3.pdf

Instructions for Compilation:
GCC: g++ client.cpp -o client -lpthread
GCC: g++ server.cpp -o server -lpthread
Clang-LLVM: clang++ client.cpp -o client -lpthread
Clang-LLVM: clang++ server.cpp -o server -lpthread
 
Instructions for Using the Program:
Launch the server executable from a host machine, then clients can use their
executable to communicate with the server.

License
Licensed under the Academic Free License version 3.0

About

Server and Client for a basic chatroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published