Algorithm 3 Sensory data gathering and aggregation. |
Require:
|
Ensure:
|
-
1:
sends a getData = <, {}, pid, HC()> control packet to ∀ ∈
-
2:
← 0
-
3:
while
receives a data packet from a sensor node ∈
do
-
4:
← ∪ {}
-
5:
← + 1
-
6:
if
≥ sizeOf() then
-
7:
break
-
8:
end if
-
9:
end while
-
10:
relays to SN
|