Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatRoom

Network Based Inter-process synchronization

Note: Compiling must be done using the make command and path of Boost::Asio(1.80+) must be specified in the makefile

Usage: 
    ./server <PORT>
    ./client <User/Process Name> <HOST> <PORT>

Note: HOST: IPv4 of Server Port: PORT of ChatRoom

Sample: 
    ./server 8000
    ./client CLI 127.0.0.1 8000
    ./client CL2 127.0.0.1 8000

About

Operating Systems Project. An asynchronous server client model mostly for inter process communication built on the boost library

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages