/Anydevice

An Internet of Things (IoT) sample application built on Parse

Primary LanguageHTMLOtherNOASSERTION

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.