Based on EMQ’s use cases in the IoV industry, we will share how enterprises can select appropriate MQTT messaging products based on their conditions.
This article will introduce several popular IoT protocols such as MQTT, CoAP, and LwM2M to help you pick the appropriate protocol for your project.
This article introduces the MQTT protocol and its advantages, and demonstrates the use of MQTT in Elixir.
This article will show you a「date」between MQTT client and CoAP client in the EMQX world.
This article introduces how to use MQTT in the Flutter to implement the connection, subscribe, messaging, etc between client and MQTT broker.
The MQTT protocol communicates by exchanging predefined MQTT control packets. We will take MQTTX as an example to show how to implement the publish and subscribe function through MQTT packets.
MQTT will route messages based on topic. The broker will route messages to all the client that have subscribed to this message topic.
MQTT is completely different from Kafka. MQTT is a protocol and a technical standard developed by members (mostly are top engineers at IBM and Microsoft) of the OASIS Technical Committee. Kafka is an open source streaming platform that has been implemented. It was firstly developed by LinkedIn. After incubated by Apache Incubator in 2011 after opening source, it has became the top project of the Apache Software Foundation.