Javascript
Quick guide for JavaScript library.
Getting Started
Visit the MQTT overview page for conventions, authentication, and more information.
This documentation uses npm MQTT library. This library is open-source, so you can check it out on GitHub.
Install the packages
Import libraries
Then import it and initialize it with the required packages. Of course, you’ll want to replace DEVICE_ID
and DEVICE_TOKEN
with your actual device credentials which you can find under your device settings on Qubitro Portal.
Define variables
Setup MQTT Client
Prepare Data
Examples
We strongly recommend using the 8883 port for MQTT over TLS connectivity.
Publish
An example of publishing data.
Subscribe
Last updated
Was this helpful?