tbuckley / route-controller

A web controller for route.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Route Controller

A web controller for route.io.

Features

  • Library of "tiles" that allow control of media playback and lights, as well as voice commands
  • Multi-room support (eg. switch between Kitchen, Living Room, and Bedroom)
  • Lockscreen allows controller to serve as a clock when not in use

Requirements

  • node.js + npm
  • Bower: npm install -g bower
  • Cordova: npm install -g cordova

Installation instructions

  • [HACKY] Change rooms property in src/elements/route-app/route-app.html to reflect your personal setup
  • Install Polymer dependencies: bower install
  • Install dev dependencies: npm install
  • Run Grunt
    • Desktop: grunt desktop
    • Mobile (for use with Cordova app): grunt mobile
  • In cordova/ directory: cordova run android
    • Will install on Android device if connected
    • Otherwise, will run emulator

Usage with route.io

  • Use web_experimental to serve output of grunt commands (build/desktop or build/mobile)
  • Restarting server will trigger a refresh of the browser page

About

A web controller for route.io


Languages

Language:Java 93.6%Language:JavaScript 3.4%Language:Shell 1.4%Language:D 0.9%Language:CSS 0.6%Language:Objective-C 0.2%Language:Perl 0.0%