MQTT topic design in TSP platform scenarioIn this article, we will describe how to design the topic of MQTT messages in the process of building the TSP platform of IoV.
MQTT topic design in TSP platform scenarioIn this article, we will describe how to design the topic of MQTT messages in the process of building the TSP platform of IoV.
Topic Alias - MQTT 5.0 new featuresMQTT Topic Alias allows users to reduce the possibly long and repeatedly used topic name to a 2-byte integer, so as to reduce the bandwidth consumption when publishing messages.
MQTT for ElixirThis article introduces the MQTT protocol and its advantages, and demonstrates the use of MQTT in Elixir.
Evaluation for popular online public MQTT brokerThis article sorts out some popular free online MQTT brokers, which we hope will provide a reference for your choice.
CocoaMQTT v2.0: The first iOS MQTT 5.0 clientThis article introduces how to use the MQTT 5.0 client library - CocoaMQTT in the iOS project, and implements connection, subscribe, messaging, etc of MQTT.
User Properties - MQTT 5.0 new featuresUser Properties are the user-defined properties that allow users to add their metadata to MQTT messages to expand more application scenarios.
Using MQTTLens to connect to EMQX CloudThis article will give you a quick overview of the basic usage of the MQTTLens, as well as the basic concepts and usage of the MQTT protocol.
Sticky session load balancing - MQTT broker clustering part 2This article introduces MQTT sessions and provisioning an HAProxy load balancer in front of the EMQX cluster to take full advantage of the sticky-session load balancing.
Load balancing - MQTT broker clustering part 1This post gives a quick introduction for MQTT message broking, the challenges of clustering, and then load balancing.
Securing MQTT on Android with SSL/TLS: A Step-by-Step GuideThis article mainly introduces how to perform TLS/SSL one-way and two-way authentication via Android and MQTT.
Python MQTT Asynchronous Framework - HBMQTTWe will demonstrate how to use the Python MQTT asynchronous framework - HBMQTT to implement an asynchronous program quickly.
Enhanced authentication - MQTT 5.0 new featuresMQTT 5.0 adds a new feature enhanced authentication, which includes query/response style authentication can implement bi-directional authentication of the client and broker.