This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Server and Client for a basic chatroom
License
madsolar8582/CS284F2011-ms-by
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published