Skip to content

Instantly share code, notes, and snippets.

@isSatake
Created August 31, 2014 06:39
Show Gist options
  • Save isSatake/ffda42beb24d9f8989e0 to your computer and use it in GitHub Desktop.
Save isSatake/ffda42beb24d9f8989e0 to your computer and use it in GitHub Desktop.
時雨堂のMQTTサーバをmosquittoで試す
##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