Anydevice
An Internet of Things (IoT) sample application built on Parse
Install / Use
/learn @facebookarchive/AnydeviceREADME
Overview
AnyDevice is an Internet of Things (IoT) sample application built on Parse. It demonstrates the usage of Parse to enable communication between an Android or iOS device and an IoT device. The IoT device could theoretically be any hardware which runs an Embedded SDK. Specifically, this application communicates with the Texas Instruments SimpleLink Wi-Fi CC3200 LaunchPad.
Getting Started
-
Clone this repository.
-
Download the Parse Embedded C SDK by initializing the git submodule in this repository. Run this command in this repository's top-level directory.
git submodule update --init --recursive
