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

..06-Oct-20154 KiB

aclocal.m406-Oct-201539.5 KiB

AUTHORS06-Oct-2015175

autogen.sh06-Oct-20151.7 KiB

ChangeLog06-Oct-2015227

CHANGES06-Oct-2015217

compile06-Oct-20152.7 KiB

config.guess06-Oct-201544.5 KiB

config.sub06-Oct-201533.3 KiB

configure06-Oct-2015526.7 KiB

configure.ac06-Oct-20151.3 KiB

COPYING06-Oct-201511.1 KiB

depcomp06-Oct-201518.2 KiB

INSTALL06-Oct-2015740

install-sh06-Oct-201513.3 KiB

libtool06-Oct-2015257.9 KiB

ltmain.sh06-Oct-2015237.8 KiB

m4/06-Oct-20154 KiB

main.scons06-Oct-20155.3 KiB

Makefile.am06-Oct-20156 KiB

Makefile.in06-Oct-201596.5 KiB

missing06-Oct-201511.2 KiB

NEWS06-Oct-201579

polo.pc.in06-Oct-2015224

README06-Oct-2015722

src/06-Oct-20154 KiB

tests/06-Oct-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