blob: f5fa98377d36f1c6d869e5cfac2b4ccca05c6ea2 [file] [log] [blame]
Jerome Poichet7c997852014-05-20 10:50:05 -07001Google 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