SDK

To build your own device, you can use the SDK. This SDK defines a couple of interfaces that you need to implement.

Installation

You can install the SDK via npm:

npm install quantumhub-sdk

Interfaces

Device

Your device needs to implement the Device interface. This interface defines the basic structure of a device.

Github repository

GitHub repository.