MQTT

Publish device data to Qubitro using the lightweight MQTT protocol for real-time ingestion.

MQTT is a lightweight publish/subscribe messaging protocol designed for IoT applications.

Qubitro supports both MQTT v3.1.1 and MQTT v5.0, enabling secure and efficient data transmission from devices.

Specifications

Parameter
Description

Broker Address

broker.qubitro.com

Port (SSL/TLS)

8883 (encrypted)

Port (TCP)

1883 (unencrypted)

Topic

Device ID (provided by Qubitro)

Client ID

Device ID (provided by Qubitro)

QoS

Quality of Service Levels

QoS Level 2

Exactly once

QoS Level 1

At least once

QoS Level 0

At most once

Password

Device Token (provided by Qubitro)

Username

Device ID (provided by Qubitro)

Create an MQTT Source

1

Navigate to the Project Detail Page

Go to the project where you want to create an MQTT source.

2

Create a New Source

Click New Source, then select MQTT from the available options.

3

Fill Out the Required Information

Enter details according to your configuration needs.

4

Create & Verify

Click Create. Qubitro automatically generates the Device ID and Device Token. You can find these credentials in the Device Overview or Device Settings under the Unique IDs card.

Last updated