Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 965 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 965 Bytes

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.