• Home
  • History
  • Annotate
  • only in /external/google-tv-pairing-protocol/cpp/
NameDateSize

..12-Mar-20154 KiB

aclocal.m412-Mar-201539.5 KiB

AUTHORS12-Mar-2015175

autogen.sh12-Mar-20151.7 KiB

ChangeLog12-Mar-2015227

CHANGES12-Mar-2015217

compile12-Mar-20152.7 KiB

config.guess12-Mar-201544.5 KiB

config.sub12-Mar-201533.3 KiB

configure12-Mar-2015526.7 KiB

configure.ac12-Mar-20151.3 KiB

COPYING12-Mar-201511.1 KiB

depcomp12-Mar-201518.2 KiB

INSTALL12-Mar-2015740

install-sh12-Mar-201513.3 KiB

libtool12-Mar-2015257.9 KiB

ltmain.sh12-Mar-2015237.8 KiB

m4/12-Mar-20154 KiB

main.scons12-Mar-20155.3 KiB

Makefile.am12-Mar-20156 KiB

Makefile.in12-Mar-201596.5 KiB

missing12-Mar-201511.2 KiB

NEWS12-Mar-201579

polo.pc.in12-Mar-2015224

README12-Mar-2015722

src/12-Mar-20154 KiB

tests/12-Mar-20154 KiB

README

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