# mqtt-cpp **Repository Path**: duanps_zzu/mqtt-cpp ## Basic Information - **Project Name**: mqtt-cpp - **Description**: No description available - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-19 - **Last Updated**: 2024-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 安装教程 ``` sudo su apt update # apt 失败,请检查系统时间 apt install libssl-dev apt install g++ apt install cmake ``` #### 使用说明 ``` cmake -B build cmake --build build ```