Eclipse Mosquitto 的推送代理配置
Eclipse Mosquitto 代理的推送代理配置示例。
匿名配置
属性 | 值 |
---|---|
ClientId | testId |
BrokerIPAddress | 127.0.0.1 |
BrokerPort | 1883 |
BrokerTopic | my_custom_topic |
QoS | 2 |
UseSSL | 假 |
Username | |
Password |
经过认证的配置
属性 | 值 |
---|---|
ClientId | testId |
BrokerIPAddress | 127.0.0.1 |
BrokerPort | 1883 |
BrokerTopic | my_custom_topic |
QoS | 2 |
UseSSL | 假 |
Username | user_name |
Password | password |
安全配置
属性 | 值 |
---|---|
ClientId | testId |
BrokerIPAddress | 127.0.0.1 |
BrokerPort | 1883 |
BrokerTopic | my_custom_topic |
QoS | 2 |
UseSSL | 真 |
CACert | path/to/certificate/CA |
ClientCert | path/to/client/certificate/ |
ClientCertPassword | clientCertificatePassword |
Username | user_name |
Password | password |
提供反馈