Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 485 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 485 Bytes

FlowMQ

FlowMQ is an experimental MQTT broker written in C++ with cursor.

Prerequisites

  • C++ compiler with C++17 support
  • CMake 3.10 or higher

Building

mkdir build && cd build
cmake ..
make

Run

./flowmq

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.