An open API service indexing awesome lists of open source software.

https://github.com/gleor/clientserverprotocol


https://github.com/gleor/clientserverprotocol

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Client Server Protocol
Проект клиент-серверного взаимодействия. Реализация клиента простейшего телемеханического протокола.

## Сборка проекта

```
git clone git@github.com:Gleor/ClientServerProtocol.git
cd ClientServerProtocol
mkdir build && cd build
cmake ..
cmake --build .
```
## Работа с проектом

Для начала работы нужно запустить клиент:

`./Client`