Skip to content

megancater/Chat_Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat_Application is message queue that uses POSIX threads and network sockets to interacts with a pub/sub system.

To make:

$ make all

$ make application

To run, first start the message queue server at port xxxx (ex: 9620):

$ ./bin/mq_server.py --port=9620

To start the chat application:

$ ./application [username] [host] [port]

For help: $ ./application --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors