Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 1.72 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.72 KB

ARTIK Cloud Cloud Connector SDK

Build Status

Background

A device can send its data directly to ARTIK Cloud via API calls. However, some devices already send data to a third-party cloud. In this case, ARTIK Cloud can use the device's cloud, rather than the device, as the data source. You can build what we call a Cloud Connector to bridge ARTIK Cloud to the third-party cloud. ARTIK Cloud can then retrieve the device's data from that cloud.

This repository hosts the Cloud Connector SDK. You can write Cloud Connector Groovy code using this SDK.

What is included in this repository?

  1. libs: SDK libraries
  2. apidoc: Cloud Connector SDK API documentation
  3. template: A template project. You can build and test your own Cloud Connector code based on it.