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 |
ご質問やご意見