- <div>The ClearBlade Platform uses a secure scalable implementation of MQTT for messaging. MQTT - a protocol on top of TCP that is lightweight making it the open standard for IoT communications. It uses a publish subcribe idiom where a user chooses a topic to publish on or subscribe to. A publish can occur on one topic, but a subscriber can be subscribed to many topics. Additionally, there are various quality of service (QoS) states that can be applied to a published message to assure that that the subscribers receive the message.</div>
0 commit comments