From 253442368950075196a4942f9e7f4e86ab327737 Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Thu, 23 Aug 2012 17:50:14 +0200 Subject: [PATCH] Add Aggregator config & comments --- v1.3.1/README.org | 9 +++++++++ v1.3.1/owlps-config/owlps-aggregator.conf | 12 ++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 v1.3.1/owlps-config/owlps-aggregator.conf diff --git a/v1.3.1/README.org b/v1.3.1/README.org index c1e19fa..f016baa 100644 --- a/v1.3.1/README.org +++ b/v1.3.1/README.org @@ -101,6 +101,15 @@ Except if stated otherwise, all the scenarios follow these rules. - The temperature is controlled around 22°C. - The humidity varies from 38% to 55%. +** Aggregator + +OwlPS Aggregator is run with the default parameters as of the version +used, with autocalibration enabled. These parameters can be found in the +configuration file [[./owlps-config/owlps-aggregator.conf]]. + +These parameters are not very important, except for the delay between +two autocalibration orders. The default value is 1000 ms. + ** Listeners The capture points are attached to the walls and all have their antennas diff --git a/v1.3.1/owlps-config/owlps-aggregator.conf b/v1.3.1/owlps-config/owlps-aggregator.conf new file mode 100644 index 0000000..dfb331f --- /dev/null +++ b/v1.3.1/owlps-config/owlps-aggregator.conf @@ -0,0 +1,12 @@ +verbose = 4 +listening_port = 9901 +positioner_port = 9902 +positioner_ip = "127.0.0.1" +aggregate_timeout = 600 +keep_timeout = 3000 +check_interval = 300 +autocalibration = true +autocalibration_order_port = 9904 +autocalibration_hello_port = 9903 +ap_keep_timeout = 35 +ap_check_interval = 1000