allwinner_a64/android/external/google-tv-pairing-protocol/cpp
2018-08-08 16:14:42 +08:00
..
m4 upload android base code part2 2018-08-08 16:14:42 +08:00
src upload android base code part2 2018-08-08 16:14:42 +08:00
tests/polo upload android base code part2 2018-08-08 16:14:42 +08:00
aclocal.m4 upload android base code part2 2018-08-08 16:14:42 +08:00
AUTHORS upload android base code part2 2018-08-08 16:14:42 +08:00
autogen.sh upload android base code part2 2018-08-08 16:14:42 +08:00
ChangeLog upload android base code part2 2018-08-08 16:14:42 +08:00
CHANGES upload android base code part2 2018-08-08 16:14:42 +08:00
compile upload android base code part2 2018-08-08 16:14:42 +08:00
config.guess upload android base code part2 2018-08-08 16:14:42 +08:00
config.sub upload android base code part2 2018-08-08 16:14:42 +08:00
configure upload android base code part2 2018-08-08 16:14:42 +08:00
configure.ac upload android base code part2 2018-08-08 16:14:42 +08:00
COPYING upload android base code part2 2018-08-08 16:14:42 +08:00
depcomp upload android base code part2 2018-08-08 16:14:42 +08:00
INSTALL upload android base code part2 2018-08-08 16:14:42 +08:00
install-sh upload android base code part2 2018-08-08 16:14:42 +08:00
libtool upload android base code part2 2018-08-08 16:14:42 +08:00
ltmain.sh upload android base code part2 2018-08-08 16:14:42 +08:00
main.scons upload android base code part2 2018-08-08 16:14:42 +08:00
Makefile.am upload android base code part2 2018-08-08 16:14:42 +08:00
Makefile.in upload android base code part2 2018-08-08 16:14:42 +08:00
missing upload android base code part2 2018-08-08 16:14:42 +08:00
NEWS upload android base code part2 2018-08-08 16:14:42 +08:00
polo.pc.in upload android base code part2 2018-08-08 16:14:42 +08:00
README upload android base code part2 2018-08-08 16:14:42 +08:00

Google TV Pairing Protocol
==========================

http://code.google.com/p/google-tv-pairing-protocol

Overview
--------

The Google TV Pairing Protocol can be used to conduct pairing sessions between
clients and servers on a local network, for example, between a mobile phone and
Google TV. In the pairing process, the client contacts the server, and the
server issues a challenge for the client to complete. This usually involves the
server showing a code of some kind, and the client echoing that code back to the
server. For example, in the case of Google TV, the server might show an
alphanumeric code for the user to enter on the client device's keyboard.

See INSTALL for build and installation instructions.