summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2004-08-15 21:16:17 +0000
committerEric S. Raymond <esr@thyrsus.com>2004-08-15 21:16:17 +0000
commited60908bf533ca9580b3b0eb8be3a5d4dae7258e (patch)
tree4cf38982ac44dff1e165bc9d43a16251b2c43335 /README
parentb2252400bd5438c8ab012830ed67f77b933a46a7 (diff)
downloadgpsd-ed60908bf533ca9580b3b0eb8be3a5d4dae7258e.tar.gz
Code now consistently uses timestamp objects; the old cflags are gone.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 5c9e319d..bfbc4a75 100644
--- a/README
+++ b/README
@@ -99,6 +99,9 @@ New features include:
* New y and z commands support signal-status reporting and satellite
location -- it should no longer ever be necessary for clients to go to
raw mode unless they want to monitor and log the GPS stream.
+ * New 'w' command toggles 'watcher' mode. In watcher mode gpsd ships
+ a gpsd-style response for each incoming sentence as if the client
+ had just sent all commands that asked for data contained in the sentence.
* Massive refactoring -- one main loop now calls a self-contained
driver object for each type.
* The GPS-bashing code this program uses can now be directly linked as a