Skip to main content
DMP - AWS(MQTT) protocol
Albert Basiul avatar
Written by Albert Basiul
Updated over 7 months ago

Description:

MQTT protocol is event driven and connects devices using the publish /subscribe (Pub/Sub) pattern. The sender (Publisher) and the receiver (Subscriber) communicate via Topics and are decoupled from each other. The connection between them is handled by the MQTT broker. The MQTT broker filters all incoming messages and distributes them correctly to the Subscribers.

Some of our devices are using MQTT for the purpose of communication with DMP, however that is hardcoded and it cannot be used in regular communication.

The list of devices that supports MQTT are mentioned at the following page:
About DMP

More info on MQTT AWS protocol can be found here:
MQTT AWS Protocol

Did this answer your question?