柳鲲鹏
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,在编译的时候编译进来。