|
|
Line 137: |
Line 137: |
| [[Image:Services mqtt broker settings misc.PNG]] | | [[Image:Services mqtt broker settings misc.PNG]] |
|
| |
|
| {| class="wikitable"
| | <table class="nd-mantable"> |
| |+
| | <tr> |
| ! style="width: 250px; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" | FIELD NAME
| | <th>field name</th> |
| ! style="width: 250px; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" | VALUE
| | <th>value</th> |
| ! style="width: 579px; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" | DESCRIPTION
| | <th>description</th> |
| |-
| | </tr> |
| ! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | ACL File
| | <tr> |
| | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | .ACL file; Default: " "
| | <td>ACL File</td> |
| | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | The contents of this file are used to control client access to topics of the broker
| | <td>.ACL file; Default: " "</td> |
| |-
| | <td>The contents of this file are used to control client access to topics of the broker</td> |
| ! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Password File
| | </tr> |
| | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | password file; Default: " "
| | <tr> |
| | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | The Password file stores user names and corresponding passwords, used for authentication
| | <td>Password File</td> |
| |-
| | <td>password file; Default: " "</td> |
| ! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Persistence
| | <td>The Password file stores user names and corresponding passwords, used for authentication</td> |
| | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | yes {{!}} no; Default: '''no'''
| | </tr> |
| | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | If enabled, connection, subscription and message data will be written to the disk. Otherwise, the data is stored in the router’s memory only
| | <tr> |
| |-
| | <td>Persistence</td> |
| ! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Allow Anonymous
| | <td>yes {{!}} no; Default: '''no'''</td> |
| | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | yes {{!}} no; Default: '''yes'''
| | <td>If enabled, connection, subscription and message data will be written to the disk. Otherwise, the data is stored in the router’s memory only</td> |
| | style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | If enabled, the Broker allows anonymous access
| | </tr> |
| |-
| | <tr> |
| |}
| | <td>Allow Anonymous</td> |
| | <td>yes {{!}} no; Default: '''yes'''</td> |
| | <td>If enabled, the Broker allows anonymous access</td> |
| | </tr> |
| | </table> |
|
| |
|
| ==MQTT Publisher== | | ==MQTT Publisher== |