summaryrefslogtreecommitdiff
path: root/gps
diff options
context:
space:
mode:
authorMichael Tatarinov <kukabu@gmail.com>2015-02-03 12:59:58 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-03 13:00:21 -0500
commitd3f688d5dc5242cacad11bc19085403769c5c2a4 (patch)
tree0140bf88c86f1f04c5264f2f3375c11335a49348 /gps
parent5cc6d2e3cda9c51f8103716c5eae226d51552045 (diff)
downloadgpsd-d3f688d5dc5242cacad11bc19085403769c5c2a4.tar.gz
Recheck delays for Raspberry Pi Model B.
Diffstat (limited to 'gps')
-rw-r--r--gps/fake.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/gps/fake.py b/gps/fake.py
index 1f2bee03..4dc7fb6b 100644
--- a/gps/fake.py
+++ b/gps/fake.py
@@ -93,9 +93,12 @@ import packet as sniffer
# Field reports on minima:
#
-# Eric Raymond runningLinux 3.16.0 on a Xeon CPU E5-1650 v3 @ 3.50GHz
+# Eric Raymond running Linux 3.16.0 on a Xeon CPU E5-1650 v3 @ 3.50GHz
# WRITE_PAD = 0.0 / CLOSE_DELAY = 0.0 Works, 462sec
#
+# Michael Tatarinov running Linux-3.18.5+-armv6l-with-debian-7.8 on a Raspberry Pi Model B:
+# WRITE_PAD = 0.0 / CLOSE_DELAY = 0.0 Works, 343sec
+#
# Frank Nicholas, Mac OS X, 10.10 (Yosemite), MacBook Pro, Intel Core i7-4850H
# WRITE_PAD = 0.0 / CLOSE_DELAY = 0.0 Fails
# WRITE_PAD = 0.03 / CLOSE_DELAY = 2 Works, 1200sec
@@ -103,10 +106,6 @@ import packet as sniffer
# Those below have not been updated since we switched to using blocking I/O,
# for gpsd's ttys, which increases the required delays.
#
-# Michael Tatarinov running ?? on a Raspberry Pi:
-# WRITE_PAD = 0.0 / CLOSE_DELAY = 0.05 Works, 344s real
-# WRITE_PAD = 0.0 / CLOSE_DELAY = 0.0 Fails, 339s real
-#
# Hal Murray running NetBSD 6.1.2 on an Intel(R) Celeron(R) CPU 2.80GHz
# WRITE_PAD = 0.0 / CLOSE_DELAY = 0.4 Works, takes 688.69s real
# WRITE_PAD = 0.0 / CLOSE_DELAY = 0.3 Fails tcp-torture.log, 677.53s real