Client Access
How to Connect to WaveshareCloud?
Waveshare Cloud offers multiple protocol access methods, with MQTT being a commonly used protocol for access.
MQTT
When using MQTT to connect to the platform, the following parameters are required:
Parameter | Example | Description | Needed |
---|---|---|---|
Url | mqtt.waveshare.cloud | Fixed URL | |
Port | 1883 | Port specified for the MQTT protocol | |
Client ID | Example: 0xxx05x2 | Usually assigned by the platform after device creation | |
Username | Not currently required | ||
Password | Not currently required | ||
Publish Topic | Example: Pub/1X/1x/0xxx05x2 | Usually assigned by the platform after device creation | |
Subscribe Topic | Example: Sub/1X/1x/0xxx05x2 | Usually assigned by the platform after device creation |
Parameter | Example | Description | Needed |
---|---|---|---|
Url | mqtt.waveshare.cloud | Fixed URL | |
Port | 8883 | Port specified for the MQTTS protocol | |
Client ID | Example: 0xxx05x2 | Usually assigned by the platform after device creation | |
Username | Not currently required | ||
Password | Not currently required | ||
Publish Topic | Example: Pub/1X/1x/0xxx05x2 | Usually assigned by the platform after device creation | |
Subscribe Topic | Example: Sub/1X/1x/0xxx05x2 | Usually assigned by the platform after device creation |
Parameter | Example | Description | Needed |
---|---|---|---|
Url | mqtt.waveshare.cloud | Fixed URL | |
Port | 8884 | Port specified for the MQTTS protocol | |
Client ID | Example: 0xxx05x2 | Usually assigned by the platform after device creation | |
Username | Not currently required | ||
Password | Not currently required | ||
Publish Topic | Example: Pub/1X/1x/0xxx05x2 | Usually assigned by the platform after device creation | |
Subscribe Topic | Example: Sub/1X/1x/0xxx05x2 | Usually assigned by the platform after device creation |