0
点赞
收藏
分享

微信扫一扫

LINUX下载编译Paho-Mqtt-C

素的盐 2022-01-27 阅读 27


柳鲲鹏

MQTT的一些终端:

​​https://github.com/mqtt/mqtt.github.io/wiki/libraries​​

对于Mqtt终端,吾推荐使用Paho。为什么呢?因为这个系列提供各种平台,包括PC、安卓、苹果等。

下载编译命令:

git clone https://github.com/eclipse/paho.mqtt.c.git
cd paho.mqtt.c
make clean
make
sudo make install

当然,也可以不用make install,在编译的时候编译进来。


举报

相关推荐

0 条评论