User Tools

Site Tools


mqtt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
mqtt [2020/04/09 08:02] – created emozolyakmqtt [2020/06/15 09:44] atolstov
Line 1: Line 1:
 ====== MQTT protocol ====== ====== MQTT protocol ======
  
-MQTT or Message Queue Telemetry Transport is a protocol focused on applications in M2M (Machine-to-Machine Interaction) and IIoT (Industrial Internet of Things) systems. Information transfer to MQTT is implemented according to the Publisher/Subscriber scheme and occurs through an intermediate server (Broker). The data source (Publisher) sends data to the server (Broker), other systems and devices, being Subscribers, read them from there.+MQTT or Message Queue Telemetry Transport is a protocol focused on applications in M2M (Machine-to-Machine Interaction) and IIoT (Industrial [[:iot|Internet of Things]]) systems. Information transfer to MQTT is implemented according to the Publisher/Subscriber scheme and occurs through an intermediate server (Broker). The data source (Publisher) sends data to the server (Broker), other systems and devices, being Subscribers, read them from there.
  
 This method of interaction is well suited for event-based messaging, when the devices themselves periodically communicate. This method of interaction is well suited for event-based messaging, when the devices themselves periodically communicate.
Line 7: Line 7:
  
 {{ ::mqtt.png?direct&400 |}} {{ ::mqtt.png?direct&400 |}}
 +
 +The setup pages is similar to other connections setup and there is a MQTT tab for specific settings:
 +
 +{{ ::mqtt_basic_tab.png?direct&400 |}}
 +
 +{{ ::mqtt_comm_tab.png?direct&400 |}}
 +In the MQTT tab you set credentials neccessary to connect to the client. If you leave them emty, the client will connect to internal broker. 
 +{{ ::mqtt_credentials.png?direct&400 |}}
 +
 +The internal brokder have to be switch on in the settings menu:
 +
 +{{ ::mqtt_server_checkbox.png?direct&400 |}}
  
mqtt.txt · Last modified: 2023/02/13 15:39 by emozolyak

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki