summaryrefslogtreecommitdiff
path: root/gpsd_json.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-03 08:24:20 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-03 08:24:20 -0400
commit9cd197eac3d6d1e9ef2d25ca9434d85e74224b0a (patch)
treeee475f70dcd1049f99f353682f8b2b79af5eabfe /gpsd_json.xml
parente1da6d46b9170856d5aeffee9ccf6006a2738641 (diff)
downloadgpsd-9cd197eac3d6d1e9ef2d25ca9434d85e74224b0a.tar.gz
Make the protocol man page visible on the website.
Diffstat (limited to 'gpsd_json.xml')
-rw-r--r--gpsd_json.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/gpsd_json.xml b/gpsd_json.xml
index d4a1475a..48eb0a63 100644
--- a/gpsd_json.xml
+++ b/gpsd_json.xml
@@ -30,9 +30,10 @@ location-related and kinematic sensors.</para>
<para>Clients may communicate with <application>gpsd</application> via
textual requests and responses over a socket. It is a bad idea for
applications to speak the protocol directly: rather, they should use
-the <application>libgps</application> client library and take
-appropriate care to conditionalize their code on the major and minor
-protocol version symbols.</para>
+the <application>libgps</application> client library (for C; bindings
+also exist for other languages) and take appropriate care to
+conditionalize their code on the major and minor protocol version
+symbols.</para>
<para>The GPSD protocol is built on top of JSON, JavaScript
Object Notation. GPSD's use of JSON is restricted in some ways