Configurazione del Push Agent per Eclipse Mosquitto

Configurazione del Push Agent per Eclipse Mosquitto

Esempi di configurazioni del Push Agent per il broker Eclipse Mosquitto.

Configurazione anonima

Proprietà
Valore
ClientId
testId
BrokerIPAddress
127.0.0.1
BrokerPort
1883
BrokerTopic
my_custom_topic
QoS
2
UseSSL
Falso
Username
Password

Configurazione autenticata

Proprietà
Valore
ClientId
testId
BrokerIPAddress
127.0.0.1
BrokerPort
1883
BrokerTopic
my_custom_topic
QoS
2
UseSSL
Falso
Username
user_name
Password
password

Configurazione sicura

Proprietà
Valore
ClientId
testId
BrokerIPAddress
127.0.0.1
BrokerPort
1883
BrokerTopic
my_custom_topic
QoS
2
UseSSL
Vero
CACert
path/to/certificate/CA
ClientCert
path/to/client/certificate/
ClientCertPassword
clientCertificatePassword
Username
user_name
Password
password
Fornire un feedback
Hai domande o feedback su questa documentazione? invia il tuo feedback qui.
Normal