Home | History | Annotate | only in /external/google-tv-pairing-protocol/cpp
Up to higher level directory
NameDateSize
aclocal.m405-Aug-201539.5K
AUTHORS05-Aug-2015175
autogen.sh05-Aug-20151.7K
ChangeLog05-Aug-2015227
CHANGES05-Aug-2015217
compile05-Aug-20152.7K
config.guess05-Aug-201544.5K
config.sub05-Aug-201533.3K
configure05-Aug-2015526.7K
configure.ac05-Aug-20151.3K
COPYING05-Aug-201511.1K
depcomp05-Aug-201518.2K
INSTALL05-Aug-2015740
install-sh05-Aug-201513.3K
libtool05-Aug-2015257.9K
ltmain.sh05-Aug-2015237.8K
m4/05-Aug-2015
main.scons05-Aug-20155.3K
Makefile.am05-Aug-20156K
Makefile.in05-Aug-201596.5K
missing05-Aug-201511.2K
NEWS05-Aug-201579
polo.pc.in05-Aug-2015224
README05-Aug-2015722
src/05-Aug-2015
tests/05-Aug-2015

README

      1 Google TV Pairing Protocol
      2 ==========================
      3 
      4 http://code.google.com/p/google-tv-pairing-protocol
      5 
      6 Overview
      7 --------
      8 
      9 The Google TV Pairing Protocol can be used to conduct pairing sessions between
     10 clients and servers on a local network, for example, between a mobile phone and
     11 Google TV. In the pairing process, the client contacts the server, and the
     12 server issues a challenge for the client to complete. This usually involves the
     13 server showing a code of some kind, and the client echoing that code back to the
     14 server. For example, in the case of Google TV, the server might show an
     15 alphanumeric code for the user to enter on the client device's keyboard.
     16 
     17 See INSTALL for build and installation instructions.
     18 
     19