Re: [Tinyos-help] How to enableACK on tmote

2006-11-24 Thread KANG HUI
Hi, Dr. I read the paper about SP. In the paper, you said the Mac protocal experimented on Telos is 802.15.4. But in tmote, it used b-mac without LPL. Where can I find the code for 802.15.4? Regards, Hui On Fri, 24 Nov 2006, Joe Polastre wrote: As per the previous emails, Set the reliability

Re: [Tinyos-help] How to enableACK on tmote

2006-11-24 Thread Joe Polastre
Tmote uses a subset of the IEEE 802.15.4 MAC protocol standard and the complete IEEE 802.15.4 PHY protocol standard. Best, -Joe On 11/24/06, KANG HUI [EMAIL PROTECTED] wrote: Hi, Dr. I read the paper about SP. In the paper, you said the Mac protocal experimented on Telos is 802.15.4. But in

[Tinyos-help] How to enableACK on tmote

2006-11-03 Thread Lee Ee Foong
I'm trying to test the ack in the sendDone( ) but the ack field always set to zero. I call MacControl.enableACK( ) in the StdControl.start( ). Is there something that I did wrong or missing?I wired the components as following:Main.StdControl - CC2420RadioC; MultiHopEngineM.MacControl -

Re: [Tinyos-help] How to enableACK on tmote

2006-11-03 Thread Ole Bischoff
, OLE - Original Message - From: Lee Ee Foong To: Tinyos-help@Millennium.Berkeley.EDU Sent: Friday, November 03, 2006 5:11 AM Subject: [Tinyos-help] How to enableACK on tmote I'm trying to test the ack in the sendDone( ) but the ack field always set

Re: [Tinyos-help] How to enableACK on tmote

2006-11-03 Thread Joe Polastre
Using SP, you want to request reliability. See the SPSend.sendAdv() function definition in /opt/moteiv/doc/nesdoc (start by opening index.html and navigating in the left frame). An example using reliability is in /opt/moteiv/tos/lib/MultiHopLQI -Joe On 11/2/06, Lee Ee Foong [EMAIL PROTECTED]