# flowmq **Repository Path**: wanwuliandong/flowmq ## Basic Information - **Project Name**: flowmq - **Description**: No description available - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-16 - **Last Updated**: 2026-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```bash mkdir build && cd build cmake .. make ``` ## Run ```bash ./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.