All Projects → parse-community → Parse Embedded Sdks

parse-community / Parse Embedded Sdks

Licence: other
The Embedded SDKs for the Parse Platform

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Parse Embedded Sdks

Pjon
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Stars: ✭ 2,615 (+971.72%)
Mutual labels:  arduino, raspberry-pi, iot, embedded
Blynk Library
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Stars: ✭ 3,305 (+1254.51%)
Mutual labels:  arduino, raspberry-pi, iot, embedded
Serial Studio
Multi-purpose serial data visualization & processing program
Stars: ✭ 1,168 (+378.69%)
Mutual labels:  arduino, iot, embedded
Sming
Sming - Open Source framework for high efficiency native ESP8266 development
Stars: ✭ 1,197 (+390.57%)
Mutual labels:  arduino, iot, embedded
Lib Python
Blynk IoT library for Python and Micropython
Stars: ✭ 140 (-42.62%)
Mutual labels:  raspberry-pi, iot, embedded
Easyntpclient
Library to read time from Network Time Protocol (NTP) servers.
Stars: ✭ 20 (-91.8%)
Mutual labels:  arduino, iot, embedded
Parse Sdk Arduino
The Arduino SDK for the Parse Platform
Stars: ✭ 59 (-75.82%)
Mutual labels:  arduino, sdk, iot
Blinker Doc
blinker中文文档
Stars: ✭ 139 (-43.03%)
Mutual labels:  arduino, raspberry-pi, iot
Arduinojson
📟 JSON library for Arduino and embedded C++. Simple and efficient.
Stars: ✭ 5,456 (+2136.07%)
Mutual labels:  arduino, iot, embedded
Make
📖📖📖📖📖 写给软件工程师看的硬件编程指南
Stars: ✭ 170 (-30.33%)
Mutual labels:  arduino, raspberry-pi, iot
Johnny Five
JavaScript Robotics and IoT programming framework, developed at Bocoup.
Stars: ✭ 12,498 (+5022.13%)
Mutual labels:  arduino, raspberry-pi, iot
Platform Espressif8266
Espressif 8266: development platform for PlatformIO
Stars: ✭ 206 (-15.57%)
Mutual labels:  arduino, iot, embedded
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 (+222.95%)
Mutual labels:  arduino, raspberry-pi, iot
Blinker Library
An IoT Solution,Blinker library for embedded hardware. Works with Arduino, ESP8266, ESP32.
Stars: ✭ 1,095 (+348.77%)
Mutual labels:  arduino, iot, embedded
Raylib
A simple and easy-to-use library to enjoy videogames programming
Stars: ✭ 8,169 (+3247.95%)
Mutual labels:  raspberry-pi, iot, embedded
App Release
An IoT Solution,this is the android release app | download ios app in app store
Stars: ✭ 104 (-57.38%)
Mutual labels:  arduino, raspberry-pi, iot
Blynk Server
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
Stars: ✭ 8 (-96.72%)
Mutual labels:  arduino, raspberry-pi, iot
Guislice
GUIslice drag & drop embedded GUI in C for touchscreen TFT on Arduino, Raspberry Pi, ARM, ESP8266 / ESP32 / M5stack using Adafruit-GFX / TFT_eSPI / UTFT / SDL
Stars: ✭ 534 (+118.85%)
Mutual labels:  arduino, raspberry-pi, embedded
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 (+2170.08%)
Mutual labels:  arduino, iot, embedded
Esp8266 Firmware
DeviceHive esp8266 firmware. Control hardware via clouds with DeviceHive!
Stars: ✭ 154 (-36.89%)
Mutual labels:  sdk, iot, embedded

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 Embedded C SDKs

Parse Embedded C SDKs provide support for Arduino Yún, Unix, and RTOS C platforms.

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 Embedded 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

Arduino Yún

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

Raspberry Pi / Ubuntu / Debian / other Unix-based systems

Please follow our Parse Raspberry Pi Quickstart. See the include, unix, and debian directories for more details.

TI CC3200 / other Real-time operatings systems (RTOS)

Please follow our Parse CC3200 Quickstart. See the cc3200 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.

Porting

If you want to port this SDK to run on your own IoT platform, please see /partners/partner_platform_instructions.md.

Contributing

See the CONTRIBUTING file for how to help out.

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].