From 0e2c3c425ba917fc68ad4259632bcb7d1088cb62 Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Thu, 13 Sep 2012 11:43:27 +0200 Subject: [PATCH] config: add offices/ subdirectory --- .../owlps-config/offices/listeners-fonera.csv | 31 ++++++++++ v1.3.1/owlps-config/offices/mobiles.csv | 31 ++++++++++ v1.3.1/owlps-config/offices/topology.csv | 21 +++++++ v1.3.1/owlps-config/offices/waypoints.csv | 57 +++++++++++++++++++ 4 files changed, 140 insertions(+) create mode 100644 v1.3.1/owlps-config/offices/listeners-fonera.csv create mode 100644 v1.3.1/owlps-config/offices/mobiles.csv create mode 100644 v1.3.1/owlps-config/offices/topology.csv create mode 100644 v1.3.1/owlps-config/offices/waypoints.csv diff --git a/v1.3.1/owlps-config/offices/listeners-fonera.csv b/v1.3.1/owlps-config/offices/listeners-fonera.csv new file mode 100644 index 0000000..cd4f89d --- /dev/null +++ b/v1.3.1/owlps-config/offices/listeners-fonera.csv @@ -0,0 +1,31 @@ +# Listeners' physical description file. +# +# Each line follows this format: +# MAC address;X;Y;Z;Channel (Hz);Antenna gain (dBi);Trx power (dBm) +# +# Blank lines are ignored. Commented lines must have a sharp (#) as +# their FIRST character. + +# listener1 (TBF07) (0;0) +# Base MAC: 00:18:84:D0:1C:BC +# Room: 1100 +# Real altitude: 0.73 +00:18:84:D0:1C:BD;1.70;4.95;1;2452000000;5.0;18.0 + +# listener3 (TBF06) (0;Y) +# Base MAC: 00:18:84:D0:0E:98 +# Room: Meeting room +# Real altitude: 1.06 +00:18:84:D0:0E:99;2;24.93;1;2452000000;5.0;18.0 + +# owlps-slave1 (TBF04) (X;Y) +# Base MAC: 00:18:84:D0:24:74 +# Room: Stock +# Real altitude: 0.81 +00:18:84:D0:24:75;8.43;20.88;1;2452000000;5.0;18.0 + +# listener4 (TBF10 phidget) (X;0) +# Base MAC: 00:18:84:D0:2A:E8 +# Room: Toilets +# Real altitude: 0.85 +00:18:84:D0:2A:E9;8.70;2.30;1;2452000000;5.0;18.0 diff --git a/v1.3.1/owlps-config/offices/mobiles.csv b/v1.3.1/owlps-config/offices/mobiles.csv new file mode 100644 index 0000000..c10f65c --- /dev/null +++ b/v1.3.1/owlps-config/offices/mobiles.csv @@ -0,0 +1,31 @@ +# Mobiles' physical description file. +# +# Each line follows this format: +# MAC address;Antenna gain (dBi);Trx power (dBm) +# +# Blank lines are ignored. Commented lines must have a sharp (#) as +# their FIRST character. + +# Fonera 2.0 (owlps-client-fon, TBF08) +# Base MAC: 00:18:84:D0:2A:0C +00:18:84:D0:2A:0D;5.0;18 + + +# Declaration of the listeners: this is needed to take into account the +# autocalibration requests when positioning.accept-new-mobiles = false. + +# listener1 (TBF07) (0;0) +# Base MAC: 00:18:84:D0:1C:BC +00:18:84:D0:1C:BD;5.0;18.0 + +# listener3 (TBF06) (0;Y) +# Base MAC: 00:18:84:D0:0E:98 +00:18:84:D0:0E:99;5.0;18.0 + +# owlps-slave1 (TBF04) (X;Y) +# Base MAC: 00:18:84:D0:24:74 +00:18:84:D0:24:75;5.0;18.0 + +# listener4 (TBF10 phidget) (X;0) +# Base MAC: 00:18:84:D0:2A:E8 +00:18:84:D0:2A:E9;5.0;18.0 diff --git a/v1.3.1/owlps-config/offices/topology.csv b/v1.3.1/owlps-config/offices/topology.csv new file mode 100644 index 0000000..54ddfec --- /dev/null +++ b/v1.3.1/owlps-config/offices/topology.csv @@ -0,0 +1,21 @@ +# Description of deployment area topology (rooms). +# Each line defines an area, using the following format: +# Building name;Room name;X1;Y1;Z1;X2;Y2;Z2 + +### LIFC, second floor ### +# Note: the Z coordinates is relative to this floor, i.e. 0 corresponds +# to this floor's floor. + +Numerica;1100;1.00;7.28;0.00;6.05;3.70;3.00 +Numerica;0190;1.00;10.88;0.00;6.05;7.28;3.00 +Numerica;0180;1.00;14.48;0.00;6.05;10.88;3.00 +Numerica;1070;1.00;18.12;0.00;6.05;14.48;3.00 +Numerica;1060;1.00;25.32;0.00;6.05;18.12;3.00 +Numerica;1050;1.00;31.40;0.00;6.05;25.32;3.00 +Numerica;WC N1;8.20;9.00;0.00;10.00;0.50;3.00 +Numerica;1105;8.20;10.88;0.00;10.00;9.00;3.00 +Numerica;1095;8.20;29.30;0.00;10.00;24.80;3.00 +Numerica;Palier N1;5.00;3.70;0.00;8.20;0.50;3.00 +Numerica;Couloir N1 A;6.05;29.50;0.00;8.20;3.70;3.00 +Numerica;Couloir N1 B;8.20;16.50;0.00;10.00;10.88;3.00 +Numerica;Couloir N1 C;8.20;24.80;0.00;10.00;22.60;3.00 diff --git a/v1.3.1/owlps-config/offices/waypoints.csv b/v1.3.1/owlps-config/offices/waypoints.csv new file mode 100644 index 0000000..84432ce --- /dev/null +++ b/v1.3.1/owlps-config/offices/waypoints.csv @@ -0,0 +1,57 @@ +# Description of deployment area topology (waypoints). +# +# This file lists the waypoints linking the areas defined in the +# topology file (doors, etc.). +# +# Each line defines a waypoint, using the following format: +# X;Y;Z;Building1 name;…;BuildingN name +# Each point must belong to at least one building. +# +# Note: As of OwlPS v1.3.1, this file is useless. + + +### LIFC, second floor ### +# Note: the Z coordinates is relative to this floor, i.e. 0 corresponds +# to this floor's floor. + +# 1100 +6.05;6.50;0.00;Numerica + +# 0190 +6.05;7.50;0.00;Numerica + +# 0180 +6.05;13.50;0.00;Numerica + +# 0190 / 0180 +3.00;10.88;0.00;Numerica + +# 1070 +6.05;14.50;0.00;Numerica + +# 1060 +6.05;21.00;0.00;Numerica + +# 1050 +6.05;27.75;0.00;Numerica + +# WC N1 +8.20;5.00;0.00;Numerica + +# 1105 +8.20;9.50;0.00;Numerica + +# 1095 +8.20;26.00;0.00;Numerica + +# Couloir N1 A / B +8.20;11.50;0.00;Numerica +8.20;13.00;0.00;Numerica +8.20;14.50;0.00;Numerica +8.20;16.00;0.00;Numerica + +# Couloir N1 A / C +8.20;23.70;0.00;Numerica + +# Palier N1 +7.50;3.70;0.00;Numerica