All Projects → parse-community → Parse Sdk Arduino

parse-community / Parse Sdk Arduino

Licence: other
The Arduino SDK for the Parse Platform

Projects that are alternatives of or similar to Parse Sdk Arduino

Parse Embedded Sdks
The Embedded SDKs for the Parse Platform
Stars: ✭ 244 (+313.56%)
Mutual labels:  arduino, sdk, iot
Sitewhere
SiteWhere is an industrial strength open-source application enablement platform for the Internet of Things (IoT). It provides a multi-tenant microservice-based infrastructure that includes device/asset management, data ingestion, big-data storage, and integration through a modern, scalable architecture. SiteWhere provides REST APIs for all system functionality. SiteWhere provides SDKs for many common device platforms including Android, iOS, Arduino, and any Java-capable platform such as Raspberry Pi rapidly accelerating the speed of innovation.
Stars: ✭ 788 (+1235.59%)
Mutual labels:  arduino, iot
Arduino Mqtt
MQTT library for Arduino
Stars: ✭ 685 (+1061.02%)
Mutual labels:  arduino, iot
Iot cloudcloud
Stars: ✭ 26 (-55.93%)
Mutual labels:  arduino, iot
Milo
Eclipse Milo™ - an open source implementation of OPC UA (IEC 62541).
Stars: ✭ 587 (+894.92%)
Mutual labels:  sdk, iot
Wrmhl
⚡️ Super fast communication beetwen Unity3D and Arduino. Create Interactive experiences in a minute ⏱
Stars: ✭ 601 (+918.64%)
Mutual labels:  arduino, iot
Send altitude cocoos
IoT program for Arduino Uno / STM32 Blue Pill (libopencm3) that reads BME280 temperature + humidity + altitude sensors, via I2C or SPI with DMA and multitasking. Sends sensor data to Sigfox via Wisol Sigfox module on UART. Runs on cocoOS task scheduling library http://www.cocoos.net
Stars: ✭ 24 (-59.32%)
Mutual labels:  arduino, iot
Countly Server
Countly helps you get insights from your application. Available self-hosted or on private cloud.
Stars: ✭ 4,857 (+8132.2%)
Mutual labels:  sdk, notifications
Worldpay Within Sdk
Worldpay Within SDK to allow payments within IoT. Written in Go.
Stars: ✭ 12 (-79.66%)
Mutual labels:  sdk, iot
Esp8266 Wifi Relay
simple sketch of using ESP8266WebServer to switch relays on GPIO pins. It serves a simple website with toggle buttons for each relay
Stars: ✭ 13 (-77.97%)
Mutual labels:  arduino, iot
Easyntpclient
Library to read time from Network Time Protocol (NTP) servers.
Stars: ✭ 20 (-66.1%)
Mutual labels:  arduino, iot
Arduinojson
📟 JSON library for Arduino and embedded C++. Simple and efficient.
Stars: ✭ 5,456 (+9147.46%)
Mutual labels:  arduino, iot
Platformio Core
PlatformIO is a professional collaborative platform for embedded development 👽 A place where Developers and Teams have true Freedom! No more vendor lock-in!
Stars: ✭ 5,539 (+9288.14%)
Mutual labels:  arduino, iot
Countly Sdk Android
Countly Product Analytics Android SDK
Stars: ✭ 626 (+961.02%)
Mutual labels:  sdk, notifications
Esphome Core
🚨 No longer used 🚨 - The C++ framework behind ESPHome
Stars: ✭ 545 (+823.73%)
Mutual labels:  arduino, iot
Coapnet
CoAPnet is a high performance .NET library for CoAP based communication. It provides a CoAP client and a CoAP server. It also has DTLS support out of the box.
Stars: ✭ 23 (-61.02%)
Mutual labels:  arduino, iot
Iotz
compile things easy 🚀
Stars: ✭ 39 (-33.9%)
Mutual labels:  arduino, iot
Arduinomenu
Arduino generic menu/interactivity system
Stars: ✭ 520 (+781.36%)
Mutual labels:  arduino, iot
Dorita980
Unofficial iRobot Roomba and Braava (i7/i7+, 980, 960, 900, e5, 690, 675, m6, etc) node.js library (SDK) to control your robot
Stars: ✭ 523 (+786.44%)
Mutual labels:  sdk, iot
Esp8266 thing dev
An all-in-one development board for the ESP8266 including an FTDI FT231X for USB programming.
Stars: ✭ 11 (-81.36%)
Mutual labels:  arduino, iot

WARNING ⚠ - this project has been retired due to lack of use & contribution, if you wish to continue to use it please fork or if you wish to maintain this project make yourself known ⚠

Parse Arduino SDK

Join The Conversation Backers on Open Collective Sponsors on Open Collective License Twitter Follow

Parse Arduino SDK provide support for Arduino Yún..

These SDKs let you use Parse for building Internet of Things (IoT) applications with connected devices. Parse is a developer-friendly cloud platform that lets you get an IoT project running in minutes. With Parse, you can:

  • Build cross-platform integrations between your connected device and mobile/web/desktop apps.

  • Allow your users to personalize and monitor their connected devices.

    • Parse is the easiest way to build user login on mobile apps. Parse also has user session APIs in all mobile SDKs, which let you provision restricted sessions from the phone after the user logs into your app. You can then transfer this restricted session token to your device so that your device can access user-specific data.
    • With Parse APIs, you can build a device manager screen in your mobile app what shows the user's provisioned connected devices (sample app below). At any time, the user can revoke a device from accessing his or her data on Parse.
  • Send push notifications to your connected devices.

  • Securely access your app's data from connected devices.

    • All communication between your connected device's Arduino SDK and the Parse Cloud, including push notifications, is protected by SSL encryption.
    • You can protect user data with Access Control Lists (ACLs) so it can only be accessed with that user's session token.
  • Perform complex application logic in Parse Cloud Code, so you can minimize the memory footprint of your app on your connected device.

  • Send analytics events from your connected devices, and see realtime graphs in your Parse web dashboard.

  • Intuitively visualize your cloud data with the Data Browser on the Parse website.

Getting Started

Please follow our Parse Arduino Quickstart. We highly recommend using Arduino Software (IDE). See the yun directory for more details.

Documentation

Please see the Parse website for detailed developer guides:

Sample App

We prepared a sample app that demonstrates how to provision connected devices using a companion phone app such that connected devices can securely access user-specific data on the Parse Cloud. This sample app also demonstrates how to send push notifications between the phone app and connected devices.

Contributing

See the CONTRIBUTING file for how to help out.

License

Copyright (c) 2015, Parse, LLC. All rights reserved.

You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, and distribute this software in source code or binary form for use in connection with the web services and APIs provided by Parse.

As with any software that integrates with the Parse platform, your use of this software is subject to the Parse Terms of Service [https://www.parse.com/about/terms]. This copyright notice shall be included in all copies or substantial portions of the software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].