Created
August 31, 2014 06:39
-
-
Save isSatake/ffda42beb24d9f8989e0 to your computer and use it in GitHub Desktop.
時雨堂のMQTTサーバをmosquittoで試す
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##subscribe側## | |
$ mosquitto_sub -h free.mqtt.shiguredo.jp -u stkay@github -P [パスワード] -t "/stkay@github/" | |
##publish側## | |
$ mosquitto_pub -h free.mqtt.shiguredo.jp -u stkay@github -P [パスワード] -t "/stkay@github/" -m "hoge" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment