- Getting started
- Using the software
- OPC UA
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- NetLogic tutorial
- Object and variable references
Push Agent configuration for Eclipse Mosquitto
Examples of Push Agent configurations for the Eclipse Mosquitto broker.
Anonymous configuration
Property | Value |
---|---|
ClientId | testId |
BrokerIPAddress | 127.0.0.1 |
BrokerPort | 1883 |
BrokerTopic | my_custom_topic |
QoS | 2 |
UseSSL | False |
Username | |
Password |
Authenticated configuration
Property | Value |
---|---|
ClientId | testId |
BrokerIPAddress | 127.0.0.1 |
BrokerPort | 1883 |
BrokerTopic | my_custom_topic |
QoS | 2 |
UseSSL | False |
Username | user_name |
Password | password |
Secured configuration
Property | Value |
---|---|
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 |
Provide Feedback