android_mt6572_jiabo/external/google-tv-pairing-protocol/cpp
2025-09-05 16:56:03 +08:00
..
m4 first commit 2025-09-05 16:56:03 +08:00
src first commit 2025-09-05 16:56:03 +08:00
tests/polo first commit 2025-09-05 16:56:03 +08:00
aclocal.m4 first commit 2025-09-05 16:56:03 +08:00
AUTHORS first commit 2025-09-05 16:56:03 +08:00
autogen.sh first commit 2025-09-05 16:56:03 +08:00
ChangeLog first commit 2025-09-05 16:56:03 +08:00
CHANGES first commit 2025-09-05 16:56:03 +08:00
compile first commit 2025-09-05 16:56:03 +08:00
config.guess first commit 2025-09-05 16:56:03 +08:00
config.sub first commit 2025-09-05 16:56:03 +08:00
configure first commit 2025-09-05 16:56:03 +08:00
configure.ac first commit 2025-09-05 16:56:03 +08:00
COPYING first commit 2025-09-05 16:56:03 +08:00
depcomp first commit 2025-09-05 16:56:03 +08:00
INSTALL first commit 2025-09-05 16:56:03 +08:00
install-sh first commit 2025-09-05 16:56:03 +08:00
libtool first commit 2025-09-05 16:56:03 +08:00
ltmain.sh first commit 2025-09-05 16:56:03 +08:00
main.scons first commit 2025-09-05 16:56:03 +08:00
Makefile.am first commit 2025-09-05 16:56:03 +08:00
Makefile.in first commit 2025-09-05 16:56:03 +08:00
missing first commit 2025-09-05 16:56:03 +08:00
NEWS first commit 2025-09-05 16:56:03 +08:00
polo.pc.in first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +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.