分类: LINUX
2015-11-04 14:55:12
## mosquitto的安装和使用
###系统:ubuntu1504 64位
* install
1. 下载mosquitto-1.4.4源码
2. 解压
3. make
bug:
* 发现缺少ares.h
sudo apt-get install libc-ares-dev
sudo apt-get install libc-ares2
* uid/uuid.h: No such file or directoryd
sudo apt-get install uuid-dev
* use
* mosquitto -v
启动mqtt代理服务器
* mosquitto_sub -v -t bao
订阅以bao为主题的信息
* mosquitto_pub -t bao -m 'hello'
发布bao主题,消息为‘hello’
* mosquitto_passwd -c /etc/mosquitto/passwd bao
添加username为bao的passwdfile