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.
$ mkdir build && cd build
$ cmake ../
$ make
Run the server
$ ./monitor/monitor
Run the client
$ ./client/client
Run with -help
argument to see how to use
Project uses zlog library. Config file located in config
.
Run monitor
from the build dirictory or pass path to config in exec command