MosquittoをCentOSにインストールする際、毎回makeとかをしていて面倒だな、と思ってたのですが、Mosquittoのページを見てみると簡単にインストールする手順が乗っていたのでメモ。
参照:
http://mosquitto.org/download/
CentOS7
CentOS7
# wget http://download.opensuse.org/repositories/home:/oojah:/mqtt/CentOS_CentOS-7/home:oojah:mqtt.repo -O "/etc/yum.repos.d/Mosquitto.repo"
# yum install mosquitto mosquitto-clients
CentOS6
CentOS6
# wget http://download.opensuse.org/repositories/home:/oojah:/mqtt/CentOS_CentOS-6/home:oojah:mqtt.repo -O "/etc/yum.repos.d/Mosquitto.repo"
# yum install mosquitto mosquitto-clients
AWS IoTの確認もこれで簡単にできますね。