Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 309 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 309 Bytes

Commander

Commander is a gRPC-based tool that provides client/server applicatinos to exchange generic messages between them.

Architecture

architecture

Contribute and develop

Build the project:

make build

Clean build directory:

make clean