summaryrefslogtreecommitdiff
path: root/www/protocol-evolution.txt
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-08-11 20:53:59 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-08-11 20:53:59 +0000
commit846c1333664ffabdd0f2efee727d6d7e02da84cd (patch)
tree85bd455c85295a743637b72e7bc4c854a146b6a7 /www/protocol-evolution.txt
parentb27e90a734d8c0da07e99c061cb36454abfdb188 (diff)
downloadgpsd-846c1333664ffabdd0f2efee727d6d7e02da84cd.tar.gz
Argument-less commands now have a delimiter.
Diffstat (limited to 'www/protocol-evolution.txt')
-rw-r--r--www/protocol-evolution.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/protocol-evolution.txt b/www/protocol-evolution.txt
index 310a6381..690e8b24 100644
--- a/www/protocol-evolution.txt
+++ b/www/protocol-evolution.txt
@@ -233,7 +233,7 @@ above looks like this in GPSD-NG (with some whitespace added to avoid
hard-to-read linewraps):
-------------------------------------------------------------------------
--> ?TPV
+-> ?TPV;
<- {"class":"TPV","tag":"MID50","device":"/dev/pts/1","time":1118327711.280,
"ept":0.005,"lat":46.498333338,"lon":7.567392712,"alt":1341.667,
"eph":48.000,"epv":32.321,"track":60.9597,"speed":0.161,"climb":-0.074,
@@ -245,7 +245,7 @@ however, consider this JSON equivalent of a 'Y' record. The skyview
is a sublist of objects, one per satellite in view:
-------------------------------------------------------------------------
--> ?SKY
+-> ?SKY;
<- {"class":"SKY","tag":"MID2","device":"/dev/pts/1","time":1118327713.280
"reported":8,"satellites":[
{"PRN":23,"el":6,"az":84,"ss":0,"used":false},