Application Mode Setting

|
Parameters |
Description |
|---|---|
|
Application Mode |
Select from AWS, TCP, UDP, and MQTT. |
|
Parameters |
Description |
|---|---|
| AWS | |
|
Server Address |
Fill in the AWS server domain name which the data sends to. |
|
CA File |
Import the CA.crt file. |
|
Client Certificate |
Import the client certificate. |
|
Client Key |
Import the client key. |
|
Parameters |
Description |
|---|---|
|
TCP/UDP |
|
|
Server Address |
Fill in the TCP/UDP server address (IP/domain name). |
|
Server Port |
Fill in the TCP/UDP server port. Range: 1-65535. |
|
Parameters |
Description |
|---|---|
|
MQTT |
|
|
Broker Address |
Fill in MQTT broker address to receive data. |
| Port | Fill in MQTT broker port to receive data. |
| Client ID | Client ID is the unique identity of the client to the server, it must be unique when all clients are connected to the same server. |
|
User Credentials |
|
| Enable | Enable user credentials. |
| Username | The username used for connecting to MQTT broker. |
| Password | The password used for connecting to MQTT broker. |
|
TLS |
|
| Enable | Enable the TLS encryption in MQTT communication. |
| Protocol | It’s fixed as TLS v1.2. |
| CA File | Import the CA.crt file. |
| Client Certificate | Import the client certificate. |
| Client Key | Import the client key. |