Skip to content

A message broker mechanism - classroom project

Notifications You must be signed in to change notification settings

atka555/mailbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###MAILBOX A simple message broker using BSD-style sockets and TCP goodness

####MAILBOX is the broker - server which accepts and forwards messages to clients (also called consumers/recievers/workers)

####POSTMAN is the delivery guy - a simple client lib which allows to connect to the broker via TCP and send or recieve messages

#####client-example is the example client app

#####libraries/external dependencies we're using:

#####caution: logger will spit out gibberish on non-ansi terminal when printing errors we may add a setting to configure it later

About

A message broker mechanism - classroom project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.7%
  • Other 1.3%