From b11b63c46ba543b3fe7c9489fb8ad6d21cd909df Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Fri, 24 Aug 2012 16:32:49 +0200 Subject: [PATCH] [Positioner] cfg: improve comments --- owlps-positioner/cfg/owlps-positioner.conf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/owlps-positioner/cfg/owlps-positioner.conf b/owlps-positioner/cfg/owlps-positioner.conf index 14a6028..e3b79b9 100644 --- a/owlps-positioner/cfg/owlps-positioner.conf +++ b/owlps-positioner/cfg/owlps-positioner.conf @@ -12,8 +12,8 @@ # enable this when reading inputs (requests) off-line to replay # scenarios, if time-related options are enabled (e.g. # positioning.calibration-requests-timeout). -# To be useful, this option requires the listener's clocks to be -# synchronised. +# To be useful, this option requires the listeners' clocks to be +# synchronised. If it is not the case, you should leave it disabled. # The default is to run in "live mode", i.e. with this option disabled. #replay = off @@ -125,6 +125,8 @@ csv-file = /tmp/owlps-positioner.log # the two intervals are the closest to these theoretical scores. # The default is "mean". #ss-similarity = mean +#ss-similarity = interval +#ss-similarity = interval2 # Smallest possible value for a received signal strength, in dBm. This # depends on the sensibility of the APs' Wi-Fi hardware. It is used to @@ -165,7 +167,7 @@ csv-file = /tmp/owlps-positioner.log #accept-new-calibration-requests = false # Maximum age of the calibration requests, in seconds. If greater than -# zero, the positioning requests older than this timeout will be +# zero, the calibration requests older than this timeout will be # deleted. See also the replay option. #calibration-requests-timeout = 0 @@ -211,7 +213,8 @@ csv-file = /tmp/owlps-positioner.log csv-file = /tmp/owlps-positioner.out #medium = UDP -# Currently, the host must be an IP address (not a DNS name). +# Currently, the host must be an IPv4 address (not a DNS name, nor an +# IPv6). #udp-host = #udp-port = 9910