mosquitto

MQTT message broker for publish-subscribe messaging

brewmacoslinux
Try with needOr install directly
Source

About

Message broker implementing the MQTT protocol

Commands

mosquittomosquitto_pubmosquitto_sub

Examples

Start the MQTT broker with default configuration$ mosquitto
Publish a message to a topic$ mosquitto_pub -h localhost -t home/temperature -m 22.5
Subscribe to messages on a topic$ mosquitto_sub -h localhost -t home/temperature