Skip to content

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

License

Notifications You must be signed in to change notification settings

qubitro/mqtt-client-arduino

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages