Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 572 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 572 Bytes

What is it?

Programming testing task for a company.

This is a server and client applications. Server waiting for a data from clients, and store it in database.

Build

$ mkdir build && cd build
$ cmake ../
$ make

Run

Run the server

$ ./monitor/monitor

Run the client

$ ./client/client

Run with -help argument to see how to use

Log configuration

Project uses zlog library. Config file located in config. Run monitor from the build dirictory or pass path to config in exec command