Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 490 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 490 Bytes

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]