Add Aggregator config & comments

This commit is contained in:
Matteo Cypriani 2012-08-23 17:50:14 +02:00 committed by Matteo Cypriani
parent e980aaea3c
commit 2534423689
2 changed files with 21 additions and 0 deletions

View File

@ -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

View File

@ -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