Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
blocks:server:advanced_server_configuration:mqtt [2023-05-16 11:50]
mattias [MQTT Explorer (3rd party tool)]
blocks:server:advanced_server_configuration:mqtt [2023-07-13 10:08]
admin [MQTT]
Line 3: Line 3:
 MQTT is a standard messaging protocol mainly used for Internet of Things devices (IoT). It is designed as a lightweight publish/subscribe messaging transport that is ideal for connecting remote devices with minimal network bandwidth requirements.  MQTT is a standard messaging protocol mainly used for Internet of Things devices (IoT). It is designed as a lightweight publish/subscribe messaging transport that is ideal for connecting remote devices with minimal network bandwidth requirements. 
  
 +:!: Support for MQTT was added in Blocks version 6.1. Thus, you need that version or later to follow this guide.
 =====Principle of MQTT Messaging===== =====Principle of MQTT Messaging=====
  
Line 151: Line 152:
     username: pixi   # Default is no username and password     username: pixi   # Default is no username and password
     password: pixi     password: pixi
-    encryption: false #Change to true if secure connection (tls) is available.+    encryption: false  Set to true if secure connection (tls) is available. 
 +    port: 1883 # Default is 1883 if non-encypted and 8883 if encrypted
 </code> </code>