Skip to content

naterock101/particle-cloud-sdk-ios

 
 

Repository files navigation

Particle

Particle iOS Cloud SDK

Build Status Coverage Status

Introduction

This is a forked version for use in Current Labs iOS porjects -- changes include: allowing for esp32 hardware and UI/Customization changes.

Particle iOS Cloud SDK enables iOS apps to interact with Particle-powered connected products via the Particle Cloud. It’s an easy-to-use wrapper for Particle REST API. The Cloud SDK will allow you to:

  • Manage & inject user sessions for the Particle Cloud (access tokens, encrypted session management)
  • Claim/Unclaim devices for a user account
  • Get a list of Particle devices claimed by user
  • Read variables from devices
  • Invoke functions on devices
  • Publish events from the mobile app and subscribe to events coming from devices
  • Get data usage information for Electron devices

Getting Started

Communication

  • If you need help, use Our community website
  • If you found a bug, and can provide steps to reliably reproduce it, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

Release Policy & Cadence

We try to make sure tip of master branch always compiles. We will tag commits used for AppStore releases with git tag. Any time something is merged to master, we will ship a release which includes that change within 90 days.

(Note: while it is our intent to release on this schedule, it is not meant as a guarantee. Circumstances may require us to expand the window between a change and when that change ships in a release.)

Maintainers

  • Raimundas Sakalauskas Github

License

Particle iOS Cloud SDK is available under the Apache License 2.0. See the LICENSE file for more info.

About

Official Particle Cloud SDK for iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 94.7%
  • Swift 4.3%
  • Other 1.0%