• Home
Name Date Size #Lines LOC

..--

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

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

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

AUTHORSD03-May-2024175 74

CHANGESD03-May-2024217 74

COPYINGD03-May-202411.1 KiB203169

ChangeLogD03-May-2024227 64

INSTALLD03-May-2024740 4529

Makefile.amD03-May-20246 KiB184124

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

NEWSD03-May-202479 31

READMED03-May-2024722 1913

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

autogen.shD03-May-20241.7 KiB5528

compileD03-May-20242.7 KiB10048

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

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

configureD03-May-2024526.7 KiB17,57613,545

configure.acD03-May-20241.3 KiB5541

depcompD03-May-202418.2 KiB631407

install-shD03-May-202413.3 KiB521344

libtoolD03-May-2024257.9 KiB9,0646,710

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

main.sconsD03-May-20245.3 KiB247217

missingD03-May-202411.2 KiB377281

polo.pc.inD03-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