Library to enable applications to connect to an MQTT broker to publish and receive messages.
MQTT and MQTT-SN are lightweight publish/subscribe messaging transports for TCP/IP and connectionless protocols (such as UDP) respectively. The Eclipse Paho project provides open source, mainly client side, implementations of MQTT and MQTT-SN in a variety of programming languages.
MQTT and MQTT-SN are lightweight publish/subscribe messaging transports for TCP/IP and connectionless protocols (such as UDP) respectively. The Eclipse Paho project provides open source, mainly client side, implementations of MQTT and MQTT-SN in a variety of programming languages.
To install paho.mqtt.c, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install paho.mqtt.c
To see what files were installed by paho.mqtt.c, run:
port contents paho.mqtt.c
To later upgrade paho.mqtt.c, run:
sudo port selfupdate && sudo port upgrade paho.mqtt.c
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.