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 | False | 
| Username | |
| Password | 
Configurazione autenticata
      
  | Proprietà | Valore | 
|---|---|
| ClientId | testId | 
| BrokerIPAddress | 127.0.0.1 | 
| BrokerPort | 1883 | 
| BrokerTopic | my_custom_topic | 
| QoS | 2 | 
| UseSSL | False | 
| 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 | True | 
| CACert | path/to/certificate/CA | 
| ClientCert | path/to/client/certificate/ | 
| ClientCertPassword | clientCertificatePassword | 
| Username | user_name | 
| Password | password | 
Fornire un feedback