• Home
Name Date Size #Lines LOC

..--

m4/07-May-2024-7,9887,160

src/07-May-2024-3,9802,183

tests/polo/07-May-2024-1,5071,014

AUTHORSD07-May-2024175 74

CHANGESD07-May-2024217 74

COPYINGD07-May-202411.1 KiB203169

ChangeLogD07-May-2024227 64

INSTALLD07-May-2024740 4529

Makefile.amD07-May-20246 KiB184124

Makefile.inD07-May-202496.5 KiB1,6921,503

NEWSD07-May-202479 31

READMED07-May-2024722 1913

aclocal.m4D07-May-202439.5 KiB1,1271,010

autogen.shD07-May-20241.7 KiB5528

compileD07-May-20242.7 KiB10048

config.guessD07-May-202444.5 KiB1,5341,318

config.subD07-May-202433.3 KiB1,6941,549

configureD07-May-2024526.7 KiB17,57613,545

configure.acD07-May-20241.3 KiB5541

depcompD07-May-202418.2 KiB631407

install-shD07-May-202413.3 KiB521344

libtoolD07-May-2024257.9 KiB9,0646,710

ltmain.shD07-May-2024237.8 KiB8,4146,482

main.sconsD07-May-20245.3 KiB247217

missingD07-May-202411.2 KiB377281

polo.pc.inD07-May-2024224 129

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