s17: rename files, move procedure to README

This commit is contained in:
Matteo Cypriani 2012-09-20 12:50:48 +02:00
parent f7e1da0585
commit cd474ba8fd
7 changed files with 31 additions and 41 deletions

View File

@ -486,6 +486,28 @@ measurement points:
- Operator 1: 1, 2, 3, 4, 5 (same as scenario 16).
- Operator 2: 4, 3, 2, 1, 5.
Detailed procedure:
- Start the aggregation server; human operator #1 is standing at MP#1,
while operator #2 is standing at MP#4.
- After 10 seconds at these positions, the operators start moving to the
next measurement points: operator #1 goes to MP#2, while operator #2
goes to MP#3. The operators walk at a pace of one step per second, in
the direction of the next measurement point. It takes 4 seconds to
reach the next measurement point.
- Each time the next measurement point is reached, the operators turn in
the direction of the next measurement point and stand for 10 seconds
(so at the second position, operator #1 turns in the direction of the
MP#3, and operator #2 turns in the direction of MP#2). The time to
turn is one second (so the total movement time is 5s in this case).
- After 10 seconds at these positions, the operators start walking:
operator #1 to MP#3, and operator #2 to MP#2. The time needed to
complete this walk is 10 seconds.
- After 10 seconds at these positions, operator #1 starts walking to
MP#4 operator #2 starts walking to MP#1. The time needed to reach
these points is 5 seconds.
- After 10 seconds at these positions, both operators walk to MP#5.
- After 10 seconds at MP#5, the measurements are stopped.
** Scenario 18 (autocalibration alone, empty room)
The autocalibration is performed for 5 minutes, without mobile terminal

View File

@ -1,26 +0,0 @@
Jeu de Test 20
Conditions :
Humidité : 68
Temperature: 20.7°
Heure du test : 11h45
taille des paquets : 116
Test effectué : Scénario 16
Listener command line: owlps-listenerd.semistatic -A -vvvv -i 192.168.11.254 -I 192.168.11.254 -n 10 -t 8 -r ath1 -w ath0
Mode opératoire :
- Start the aggregation server and one human operator waiting for 10 seconds in the 1st measurement point while the other operator waiting for 10 seconds in the 4th measurement point.
- After 10 seconds of waiting, the operators goes to the next measurement points: first operator goes to the 2nd measurement point while the other operator goes to the 3rd measurement point. In order to reach these measurement points, the operators walk one step per second, walking towards the measurement point. Once the measurement point is reached (it takes 4 seconds to reach the measuring point by walking meter by meter) turning in the direction of the measuring point number 1 (the time to turn is 1s what makes us a total of 5s ) and each operator stay 10s on it's measurement point.
- After waiting 10 seconds being oriented in the direction of the third point of measurement, first operator goes to the 3rd measurement point while the other operator goes to the 2nd measurement point. Time needed to complete this route is 10 seconds.
- Wait 10 seconds on the measurement point and then begin the migration to the measuring points number 4 (first operator) and 1 (second operator). The time needed to reach these points is 5 seconds
- After waiting 10 seconds, both operators walk to the 5th measurement point and stay there 10 seconds
Order of walking for the first operator: 1, 2, 3, 4, 5
Order of walking for the second operator: 4, 3, 2, 1, 5

View File

@ -1,15 +0,0 @@
Jeu de Test 24
The scenario is the same as for Jeu de Test 20. The only differences are the following:
Conditions :
Humidité : 67
Temperature: 22°
Heure du test : 16h15
taille des paquets : 116
Test effectué : Scénario 17
Listener command line: owlps-listenerd.semistatic -A -vvvv -i 192.168.11.254 -I 192.168.11.254 -r ath1 -w ath0

View File

@ -0,0 +1,6 @@
Humidity: 68%
Temperature: 20.7°C
Hour: 11:45
/!\ The listeners were launched with wrong number of packets (10 instead
of 20) and delay (8 ms instead of 25) for autocalibration requests.

View File

@ -0,0 +1,3 @@
Humidity: 67%
Temperature: 22°C
Hour: 16:15