August 2017
Intermediate to advanced
254 pages
6h 10m
English
There is no best protocol in IoT; the use case is what defines which protocol should be considered, as IoT is a very vast protocol and they each solve some or the other use cases.
There are basically three kinds of connections:
The MQTT protocol works on publish /subscribe architecture, in which the MQTT broker relates to multiple devices, which on a set interval publishes the messages, and a subscriber through this broker receives the messages. So, the MQTT is used in device-to-device connectivity user cases.
AMQP is nothing but a queuing system designed to connect multiple servers to each other. AMQP uses the routing of messages ...
Read now
Unlock full access