转载: http://www.xappsoftware.com/wordpress/2014/10/30/install-mosquitto-on-mac-os-x/
Install mosquitto on mac os x
Mosquitto is a BSD licensed message broker that implements the MQ Telemetry Transport protocol versions 3.1 and 3.1.1.
Mosquitto is a lightweight broker and it is available in binary form for most used platforms like Windows, Linux and Mac OS X.
In a previous post I shown how to install mosquitto, on Raspberry Pirunning raspbian, from source code.
On Mac OS X you could have some error because you should build all the environment for compiling.
Instead you could use brew.
Install brew.
from a terminal run the following commands:
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew doctor
$ brew prune
Install mosquitto from brew:
$ brew install mosquitto
Prepare mosquitto for launchd
$ ln -sfv /usr/local/opt/mosquitto/*.plist ~/Library/LaunchAgents
Run mosquitto
$ launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mosquitto.plist
Now let’s try the broker, in the terminal launch the subscriber client:
$ mosquitto_sub -h 127.0.0.1 -t topic
In another terminal launch the publisher client
$ mosquitto_pub -h 127.0.0.1 -t topic -m "Hello world!"
in the first terminal you should see the Hello world! message.
Gg1
相关推荐
这个标题所提及的“MAC OS.X.10.8.Install.DVD.iso”即为官方的完整安装镜像文件,用于用户下载后刻录到DVD或者制作成可启动的USB安装盘。 描述中提到,该文件是一个光盘镜像文件,意味着它是一个精确复制了原始DVD...
【MAC OS X 的 OSInstall 文件详解】 在苹果的Mac OS X操作系统中,`OSInstall`文件扮演着重要的角色,它是安装程序的核心组成部分,用于引导和执行系统升级或全新安装过程。`OSInstall`通常与`.pkg`(Package)...
Mac OS X Install DVD.dmg
苹果MAC OS X Mavericks 10.9.5 (13F34) DMG文件
【Mac OS X Lion 10.7 VMware种子】是一个用于在VMware虚拟机环境中安装苹果操作系统Mac OS X Lion 10.7的下载资源。这个种子文件是BT(BitTorrent)协议的一种,允许用户通过P2P(点对点)技术共享大文件,特别是像...
标题中的“OSInstall(MBR) OSInstall.mpkg(10.10.DP1.14A238x)(1)”指的是一个针对MBR(主引导记录)磁盘分区格式的Mac OS X 10.10 Yosemite开发预览版1的安装包。这个版本的构建号为14A238x,表明它是早期的开发者...
Mac OS X 10.6.3 Snow Leopard是苹果公司推出的一款操作系统,它属于Mac OS X Snow Leopard系列的一部分,该系列以其优化的性能和改进的功能在用户中受到广泛欢迎。Snow Leopard,意为“雪豹”,是苹果对这款操作...
MQTT服务器mosquitto-2.0.14-install-windows-x64.exe
“OSInstall.mpkg”和“OSInstall”这两个文件是Mac OS X 10.6.3安装过程中的关键组件。其中,“OSInstall.mpkg”是一个打包的安装程序,通常包含了安装过程中所需的所有软件包和脚本,用于引导用户完成系统的安装。...
5. `local-template.sh`、`osx-install.sh`、`osx-uninstall.sh`:这些是针对Mac OS X系统的安装和卸载脚本,如果你的主机系统是Mac,可以使用这些脚本。 6. `lnx-install.sh`:这个脚本适用于Linux用户,帮助他们...
标题中的“mac os 雪豹”指的是Apple的Mac OS X 10.6操作系统,这一版本被昵称为“Snow Leopard”(雪豹)。雪豹是继2007年发布的Mac OS X 10.5 "Leopard"之后的重要更新,主要关注性能优化和稳定性提升,而非大量...
标题中的“OSInstall+OSInstall.mpkg for Mac 10.7.2”是指苹果操作系统Mac OS X 10.7.2(Lion)的一个安装包,它由两个部分组成,分别是“OSInstall”和“OSInstall.mpkg”。这个安装程序是针对苹果电脑用户升级或...
### 使用Vmware安装Mac OS X 11 的详细步骤与注意事项 #### 一、准备工作 在开始使用Vmware安装Mac OS X 11之前,我们需要准备以下几项内容: 1. **安装Vmware虚拟机软件**:Vmware是一款功能强大的虚拟机软件,...
mac 山狮迅雷种子文件,100%能用,好不容易找到的!支持一下!
9. **OSInstall文件**:用于系统安装过程中的必要文件。 10. **神舟HP870D3的驱动程序**:适用于特定型号电脑的驱动程序。 **安装步骤** 1. **准备安装环境**: - 使用WinPE或其他工具准备一个可启动的环境。 - ...
苹果10.9.5 mbr 补丁,让苹果系统可以安装在mbr, Works under Mac OS X for 10.9 1. Restore BaseSystem.dmg to HFS partition. ...6. Boot to (HFS partition) BaseSystem.dmg to install Mac OS X.
用transmac恢复到U盘即可安装
《MAC OS X 10.8 ISO 镜像文件详解》 MAC OS X 10.8,又称为“Mountain Lion”,是苹果公司推出的一款操作系统,是OS X系列的重要版本之一。它在2012年发布,带来了许多新特性和改进,旨在提升用户体验并加强与iOS...
Windows 7+VirtualBox 安装 Mac OS X 虚拟机全教程 在这篇文章中,我们将详细介绍如何在 Windows 7 操作系统下使用 VirtualBox 安装 Mac OS X 虚拟机。首先,我们需要准备一台配置充足的机器作为 Host,建议至少...