[Tinyos-help] Re: multiple sends in TinyOS2.0

2007-03-27 Thread Philip Levis
On Mar 27, 2007, at 11:07 AM, Bhuvaneswari Ramkumar wrote: Hello all , can someone tell me how we can work on sending multiple msgs in TinyOS2.0 ? I tried both the SerialAmSenderC and the AMSenderAMC component for this both of them transmit just one msg and the next ones fail what I need i

[Tinyos-help] Re: multiple sends in TinyOS2.0

2007-03-27 Thread Bhuvaneswari Ramkumar
I do want it in a queue but i guess I cant use the ForwardEngine component what this one seems to be doing is take pre-determined packets from a queue and send them in FIFO order what I want is some function calls to be executed and a send to be done after every few of them are done , transmittin

[Tinyos-help] Re: multiple sends in TinyOS2.0

2007-03-27 Thread Philip Levis
On Mar 27, 2007, at 12:15 PM, Bhuvaneswari Ramkumar wrote: I do want it in a queue but i guess I cant use the ForwardEngine component what this one seems to be doing is take pre-determined packets from a queue and send them in FIFO order You probably don't want to use this exact component; I

[Tinyos-help] Re: multiple sends in TinyOS2.0

2007-03-27 Thread Bhuvaneswari Ramkumar
but AM does not necessarily send packets in the order at which you submit them : does this apply even when I give the next send in the send-done event of the first call ? I'm aksing this bcos I want some kind of time-stamping to go with the msgs ...that is I want to read the msgs at the time in

[Tinyos-help] Re: multiple sends in TinyOS2.0

2007-03-27 Thread Philip Levis
On Mar 27, 2007, at 1:55 PM, Bhuvaneswari Ramkumar wrote: but AM does not necessarily send packets in the order at which you submit them : does this apply even when I give the next send in the send-done event of the first call ? No. Send.sendDone means the packet was sent. So it has happen