Installing Mosquitto Under CentOS【转】

 

    It was decided that CEIT was in need of a local MQTT server to avoid having to play in the mess that is IBM's realtime server. So I installed one on the same virtual machine that ejabberd was installed on. Here's how I did it:

What you'll need:

  • Port 1883 to be open to incoming MQTT messages

    Step 1: Add the CentOS mosquitto repository to YUM's list of repositories

 

1. $ cd /etc/yum/yum.repos.d
2. $ wget http://download.opensuse.org/repositories/home:/oojah:/mqtt/CentOS_CentOS-5/home:oojah:mqtt.repo
3. $ sudo yum update

 

 

    Step 2: Install mosquitto

1. $ sudo yum install mosquitto

 

    Step 3: Run mosquitto

    As of writing, no init.d script exists for the CentOS distribution of mosquitto. However, it is a simple enough matter to set it running as a daemon, you'll just need to restart it yourself whenever your machine gets restarted.

1. $ sudo su
2. $ /usr/sbin/mosquitto -d -c /etc/mosquitto/mosquitto.conf > /var/log/mosquitto.log 2>&1

  

    Mosquitto should now be running! You can test it by pointing mosquitto_pub and _sub at it.

 

    Likely problems:

    There appear to be some issues with the mosquitto libraries in the repository, in that they don't work out of the box. I had better success compiling the libraries from source and installing them that way. The method for doing that is fairly similar to doing under OSX, so see my previous post on that subject.

 

参考文章:http://ceit.uq.edu.au/content/installing-mosquitto-under-centos

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值