Name | Date | Size | |
---|---|---|---|
.. | 07-Jan-2016 | 4 KiB | |
aclocal.m4 | 07-Jan-2016 | 39.5 KiB | |
AUTHORS | 07-Jan-2016 | 175 | |
autogen.sh | 07-Jan-2016 | 1.7 KiB | |
ChangeLog | 07-Jan-2016 | 227 | |
CHANGES | 07-Jan-2016 | 217 | |
compile | 07-Jan-2016 | 2.7 KiB | |
config.guess | 07-Jan-2016 | 44.5 KiB | |
config.sub | 07-Jan-2016 | 33.3 KiB | |
configure | 07-Jan-2016 | 526.7 KiB | |
configure.ac | 07-Jan-2016 | 1.3 KiB | |
COPYING | 07-Jan-2016 | 11.1 KiB | |
depcomp | 07-Jan-2016 | 18.2 KiB | |
INSTALL | 07-Jan-2016 | 740 | |
install-sh | 07-Jan-2016 | 13.3 KiB | |
libtool | 07-Jan-2016 | 257.9 KiB | |
ltmain.sh | 07-Jan-2016 | 237.8 KiB | |
m4/ | 07-Jan-2016 | 4 KiB | |
main.scons | 07-Jan-2016 | 5.3 KiB | |
Makefile.am | 07-Jan-2016 | 6 KiB | |
Makefile.in | 07-Jan-2016 | 96.5 KiB | |
missing | 07-Jan-2016 | 11.2 KiB | |
NEWS | 07-Jan-2016 | 79 | |
polo.pc.in | 07-Jan-2016 | 224 | |
README | 07-Jan-2016 | 722 | |
src/ | 07-Jan-2016 | 4 KiB | |
tests/ | 07-Jan-2016 | 4 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