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

..07-Jan-20164 KiB

aclocal.m407-Jan-201639.5 KiB

AUTHORS07-Jan-2016175

autogen.sh07-Jan-20161.7 KiB

ChangeLog07-Jan-2016227

CHANGES07-Jan-2016217

compile07-Jan-20162.7 KiB

config.guess07-Jan-201644.5 KiB

config.sub07-Jan-201633.3 KiB

configure07-Jan-2016526.7 KiB

configure.ac07-Jan-20161.3 KiB

COPYING07-Jan-201611.1 KiB

depcomp07-Jan-201618.2 KiB

INSTALL07-Jan-2016740

install-sh07-Jan-201613.3 KiB

libtool07-Jan-2016257.9 KiB

ltmain.sh07-Jan-2016237.8 KiB

m4/07-Jan-20164 KiB

main.scons07-Jan-20165.3 KiB

Makefile.am07-Jan-20166 KiB

Makefile.in07-Jan-201696.5 KiB

missing07-Jan-201611.2 KiB

NEWS07-Jan-201679

polo.pc.in07-Jan-2016224

README07-Jan-2016722

src/07-Jan-20164 KiB

tests/07-Jan-20164 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