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

Latest commit

 

History

History
28 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.13 KB

Repository Has Been Archived

💡 This repository has been archived and should not be used. GoliothLabs has two experimental repositories that may serve as replacements for this one:

⚠️ This project is considered experimental and is not recommended for production use. Functionality may break at any time.

❗ This SDK is currently no longer functioning as a result of the MQTT BETA ending.

Golioth Arduino SDK

Access Golioth device service via Arduino SDK.

How to build PlatformIO based project

  • Install PlatformIO IDE
  • Create a new project and open our your favorite IDE with PlatformIO installed.
  • Change target on the platformio.ini file.
  • Add https://github.com/goliothlabs/arduino-sdk.git as a dependency on lib_deps.
lib_deps =
  https://github.com/goliothlabs/arduino-sdk.git