diff --git a/2013-canmet/owlps-config/owlps-aggregator.conf b/2013-canmet/owlps-config/owlps-aggregator.conf new file mode 100644 index 0000000..2aa9102 --- /dev/null +++ b/2013-canmet/owlps-config/owlps-aggregator.conf @@ -0,0 +1,15 @@ +daemon = false +verbose = 3 +listening_port = 9901 +positioner_port = 9902 +positioner_ip = "127.0.0.1" +#output_file = "test.agg" +flush_output = true +aggregate_timeout = 600 +keep_timeout = 3000 +check_interval = 300 +autocalibration = true +autocalibration_order_port = 9904 +autocalibration_hello_port = 9903 +cp_keep_timeout = 35 +ac_order_interval = 1000 diff --git a/2013-canmet/owlps-config/owlps-listener.conf b/2013-canmet/owlps-config/owlps-listener.conf new file mode 100644 index 0000000..3b75644 --- /dev/null +++ b/2013-canmet/owlps-config/owlps-listener.conf @@ -0,0 +1,21 @@ +daemon = false +verbose = 3 + +aggregation_ip = "192.168.88.254" + +rtap_iface = "wlan0-1" +wifi_iface = "wlan0" + +autocalibration = true + +# autocalibration_ip is set differently for each capture point: +# - CP1: "192.168.89.102" (CP2) +# - CP2: "192.168.89.101" (CP1) +# - CP3: "192.168.89.106" (CP6) +# - CP5: "192.168.89.101" (CP1) +# - CP6: "192.168.89.103" (CP3) +autocalibration_ip = "192.168.89.102" + +autocalibration_hello_delay = 15 +autocalibration_delay = 25 +autocalibration_nb_packets = 20