我开始了解MQTT,目前我正在尝试在笔记本电脑上设置本地实例。
今天下午我使用brew install mosquitto
在我的Mac上安装了蚊子。
安装完成后,我尝试运行mosquito
,但没有启动。
是否有一组步骤来启动本地实例?我看过[http://mosquitto.org/man/mosquitto-8.html]上的步骤,但我不明白。
我只想逐步弄清楚我是如何发起这件事的。
谢谢
答案 0 :(得分:1)
从this question开始,你可以这样做:
$ launchctl load /usr/local/Cellar/mosquitto/1.4.2/homebrew.mxcl.mosquitto.plist
$ launchctl start homebrew.mxcl.mosquitto