Push-Agent-Konfiguration für Eclipse Mosquitto
Beispiele für Push-Agent-Konfigurationen für den Eclipse Mosquitto Broker.
Anonyme Konfiguration
Eigenschaft | Wert |
---|---|
ClientId | testId |
BrokerIPAddress | 127.0.0.1 |
BrokerPort | 1883 |
BrokerTopic | my_custom_topic |
QoS | 2 |
UseSSL | Falsch |
Username | |
Password |
Authentifizierte Konfiguration
Eigenschaft | Wert |
---|---|
ClientId | testId |
BrokerIPAddress | 127.0.0.1 |
BrokerPort | 1883 |
BrokerTopic | my_custom_topic |
QoS | 2 |
UseSSL | Falsch |
Username | user_name |
Password | password |
Gesicherte Konfiguration
Eigenschaft | Wert |
---|---|
ClientId | testId |
BrokerIPAddress | 127.0.0.1 |
BrokerPort | 1883 |
BrokerTopic | my_custom_topic |
QoS | 2 |
UseSSL | Wahr |