Search My Blog

Thursday, November 1, 2012

Setup your own Control Device, ie Remote Control for a Google TV Device

Ever want to Setup your own Control Device, ie Remote Control for a Google TV Device? You could use your Smart Phone or maybe you would like to try Controlling Google TV from a Raspberry Pi (or other networked devices). Well, here's how...

Don

Anymote-for-Java

entertailion/Anymote-for-Java · GitHub

The Anymote-for-Java library implements the Google TV Pairing and Anymote protocols in pure Java.

Google open sourced the implementations of their software to allow mobile devices to communicate with Google TV devices. The Google TV Pairing Protocol is used to pair sessions between mobile devices and Google TV. The Anymote Protocol is a messaging protocol that applications on a remote device use to communicate with Google TV. Anymote supports commands that are like those of a physical remote control.

If you want to write an app that communicates with Google TV devices you can either use the source code of the Google TV Remote app or you can use the Anymote Library. Both of these are based on Android.

The Anymote-for-Java library has the following advantages:

  1. Not dependent on Android. Any 1.6 JRE on any platform will work.
  2. Paired devices are remembered. The Google Anymote library requires the pairing PIN to be entered for each session.
  3. The user interface is externalized and replaceable. The Google Anymote library has the Android user interface embedded.

Anymote-for-Java is based on the Google Anymote Library code, but all Android dependencies have been replaced with pure Java logic. Platform-specific logic like creating files or getting the network configuration is isolated in the Platform class.

Run com.entertailion.java.anymote.test.Example to see the library in action.

Possible uses:

  • Home automation
  • Custom user interface for desktop computers
  • Test harness to test Google TV apps
  • Second screen apps

References:

Go there...
https://github.com/entertailion/Anymote-for-Java

Anymote-for-Java library implements the Google TV Pairing and Anymote protocols in pure Java
Controlling Google TV from a Raspberry Pi (or other networked devices) - Hack a Day
entertailion/Anymote-for-Java · GitHub
Google TV Pairing Protocol - Google TV — Google Developers
anymote-protocol - Anymote Protocol - Google Project Hosting
Building Second-screen Applications - Google TV — Google Developers
/ - googletv-android-samples - Google TV Android Samples - Google Project Hosting

No comments: