Skip to content

Repository files navigation

Qubitro Arduino MQTT Client Library

Client library that implements the MQTT protocol, customized for Qubitro IoT platform.

GitHub version

Now available on Arduino Library Manager

Alt Text

How to use

1) Get Device ID and Device Token under device settings

Alt Text

2) Open QubitroExample.ino and paste credentials

char deviceID[] = "PASTE_DEVICE_ID_HERE";
char deviceToken[] = "PASTE_DEVICE_TOKEN_HERE";

3) Set Device ID & Device TOKEN

mqttClient.setDeviceIdToken(deviceID, deviceToken);

Questions ?

Visit Qubitro documentation for details.

About

Lightweight library that implements the MQTT protocol to publish/subscribe messaging, includes Qubitro IoT platform specific features.

Topics

Resources

Stars

7 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages