[Tinyos-help] How can I get acks for broadcasting ?

2009-01-09 Thread Daehee Kim
Hi Sometime, I need to know which nodes really received broadcasted packet. In unicasting mode, I will use packet acknowledgement for confirming that the receipent really received the packet. However, Are there any way that I can know all receipents(to be expected) received packet in case of

[Tinyos-help] Fwd: How can I make zero noise or collisions in Tossim?

2009-01-04 Thread Daehee Kim
(especially, in MAC layer)? Danny -- Forwarded message -- From: Daehee Kim dahki...@gmail.com Date: 2008/12/31 Subject: Re: [Tinyos-help] How can I make zero noise in Tossim? To: Philip Levis p...@cs.stanford.edu Hi, Phil Thanks for your comment. First of all, Are you saying

[Tinyos-help] How can I make zero noise in Tossim?

2008-12-30 Thread Daehee Kim
Hi. How can I make zero noise in Tossim ? For example, let's suppose there are three nodes, 0, 1, 2. I set gain value for all nodes gain 0 1 -55 gain 0 2 -55 gain 1 0 -55 gain 1 2 -55 gain 2 0 -55 gain 2 1 -55 Also, I made noise.txt (noise file) with more than 100 values

Re: [Tinyos-help] How can I measure computation time in Tossim properly ?

2008-12-29 Thread Daehee Kim
time properly ? Thanks. Danny 2008/12/26 Daehee Kim dahki...@gmail.com Hi. I am using TinyOS 2.0.2, TOSSIM, Micaz. I am trying to measure computation time in each node by using TOSSIM (for example such as M^3 computation) // Here, measured current time.. (Before computation