MQTT Publish Subscribe
Jump to navigation
Jump to search
Introduction
The sample application demonstrates how two PWXC HSPA+ devices connected to a cloud service can send/receive messages between each other.
With “paho-mqtt” python packaged installed, HSPA+ can easily connect to a cloud service. The MQTT protocol is a machine-to-machine (M2M) connectivity protocol. With the lightweight publish/subscribe messaging transport, it is very useful for connections when the devices are in remote locations. In this demo, one of the devices has a switch connected to its digital input with DC power while the other one has an LED connected to its relay. By turning the switch on the device to on or off, we can alter the state of LED of the other device.