Hi,
My network is formed with 9 nodes (node number 1 is the root)
the booting time of each node is defined like this:
t.getNode(1).bootAtTime(100001);
t.getNode(2).bootAtTime(800008);
t.getNode(3).bootAtTime(1000009);
t.getNode(4).bootAtTime(1110009);
t.getNode(5).bootAtTime(1220009);
t.getNode(6).bootAtTime(1330009);
t.getNode(7).bootAtTime(1440009);
t.getNode(8).bootAtTime(1550009);
t.getNode(9).bootAtTime(1660009);
My problem is when I ran the simulation for 5 minutes and counted the number
of sent message,
I saw that node number 2,3 and 4 sends the largest part of messages

node 2: sent 214 msg
node 3: sent 455 msg
node 4: sent 451 msg

but node 5,6,7,8 and 9 sent only one msg why?????
Please help me.

Great thanks,
All the bests,
Nahr Elk
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to