Skip to content

amq/bulletin_board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build analysis

Building

git clone https://github.com/amq/bulletin_board.git
cd bulletin_board
mkdir build
cd build
cmake ..
make

Usage

./simple_message_client -s server -p port -u user [-i image URL] -m message [-v] [-h]
./simple_message_server -p port [-v] [-h]