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

https://github.com/nakidai/mqec

MQ Emulator in C
https://github.com/nakidai/mqec

Last synced: 2 months ago
JSON representation

MQ Emulator in C

Awesome Lists containing this project

README

        

MQEC
--
Rewrite of [MQA-emulator](https://github.com/UltraQbik/MQA-emulator) in the C.

Buidling
--
```sh
mkdir build
cd build
cmake ..
cmake --build .
```