Coder Social home page Coder Social logo

qremote's Introduction

QRemote

QRemote is an Android application for the Nexus Q that provides a RESTful remote control API and web application.

Installation

Currently the Nexus Q does not provide a supported way to install applications. Thus, you must use the Android ADB tool to install and start QRemote:

adb install QRemote.apk
adb shell am start -a android.intent.action.MAIN -n com.blinnikka.android.qremote/.StartServiceActivity

Usage

The application starts an HTTP server on port 8080. You may either use your web browser to navigate to http://[NexusQ-IP-Address]:8080 or use a REST client to access the API. Details on the API are available on the built-in web page http://[NexusQ-IP-Address]:8080/api.html.

Project Structure

There are two separate projects that together create the QRemote application:

  1. QRemote (Android application source)
  2. QRemote Web (HTML-based web interface)

The web application is intended to be built using the HTML5 Boilerplate ANT build script (https://github.com/h5bp/ant-build-script). The actual build files are not in the QRemote repo, but it does contain the project specific configuration files and a couple of Windows BAT utility files.

Building

Assuming you have a working Android development environment, such as Eclipse set up, you should be simply able to check out the code and import it into your IDE.

To make changes to the web interface, you will need to download the h5bp-ant-script into the QRemote Web/build folder. Once any changes have been made, run the ant build, and then copy the resulting files from the QRemote Web/publish folder into the QRemote/assets/htdocs folder.

Contact

Additional information available on http://bliny.net

qremote's People

Contributors

docbliny avatar

Stargazers

Jason Jensen avatar Neo avatar Minku Lee avatar Jeff Goeke-Smith avatar Arnaud Breton avatar Mickaël avatar Litrik De Roy avatar G. Hussain Chinoy avatar Sebastian Oliva avatar Serge Baranov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.