summaryrefslogtreecommitdiff
path: root/cpp/README
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/README')
-rw-r--r--cpp/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/cpp/README b/cpp/README
new file mode 100644
index 0000000..f5fa983
--- /dev/null
+++ b/cpp/README
@@ -0,0 +1,18 @@
+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.
+