Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 820 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 820 Bytes

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

  1. Clone this repository.

  2. 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
  1. Choose either Android or iOS and follow the instructions from there.