Module Integration Guides
Building a custom client
2min
If you are using a hardware module that we do not yet have an SDK for then this guide is for you! This guide will walk you through the communication protocol on the device and the cloud as well as walk you through the steps involved in building a feature rich SDK.
We will be using MQTTX for illustrating the communication protocol so the first step is to install MQTTX
This guide also assumes you are using Bytebeam Cloud. You can create an account by following the guide on Getting started on Bytebeam Cloud. If you are on the Bytebeam enterprise version contact your support representative for instructions.
We also recommend you go through the Concepts page before you go through this guide.
You can build an SDK by following the below steps: