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
ご質問やご意見
このドキュメントに関するご質問やご意見は、こちらまでお寄せください。 こちらからご意見をお寄せください。
Normal