Home | History | Annotate | only in /external/google-tv-pairing-protocol/cpp
Up to higher level directory
NameDateSize
aclocal.m421-Aug-201839.5K
AUTHORS21-Aug-2018175
autogen.sh21-Aug-20181.7K
ChangeLog21-Aug-2018227
CHANGES21-Aug-2018217
compile21-Aug-20182.7K
config.guess21-Aug-201844.5K
config.sub21-Aug-201833.3K
configure21-Aug-2018526.7K
configure.ac21-Aug-20181.3K
COPYING21-Aug-201811.1K
depcomp21-Aug-201818.2K
INSTALL21-Aug-2018740
install-sh21-Aug-201813.3K
libtool21-Aug-2018257.9K
ltmain.sh21-Aug-2018237.8K
m4/21-Aug-2018
main.scons21-Aug-20185.3K
Makefile.am21-Aug-20186K
Makefile.in21-Aug-201896.5K
missing21-Aug-201811.2K
NEWS21-Aug-201879
polo.pc.in21-Aug-2018224
README21-Aug-2018722
src/21-Aug-2018
tests/21-Aug-2018

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