Configuration de Push Agent pour Eclipse Mosquitto
Exemples de configurations de Push Agent pour le broker Eclipse Mosquitto.
Configuration anonyme
Propriété | Valeur |
---|---|
ClientId | testId |
BrokerIPAddress | 127.0.0.1 |
BrokerPort | 1883 |
BrokerTopic | my_custom_topic |
QoS | 2 |
UseSSL | Faux |
Username | |
Password |
Configuration authentifiée
Propriété | Valeur |
---|---|
ClientId | testId |
BrokerIPAddress | 127.0.0.1 |
BrokerPort | 1883 |
BrokerTopic | my_custom_topic |
QoS | 2 |
UseSSL | Faux |
Username | user_name |
Password | password |
Configuration sécurisée
Propriété | Valeur |
---|---|
ClientId | testId |
BrokerIPAddress | 127.0.0.1 |
BrokerPort | 1883 |
BrokerTopic | my_custom_topic |
QoS | 2 |
UseSSL | Vrai |
CACert | path/to/certificate/CA |
ClientCert | path/to/client/certificate/ |
ClientCertPassword | clientCertificatePassword |
Username | user_name |
Password | password |
Fournir une réponse