[Tinyos-help] 802.15.4 TinyOS Qs

2008-09-05 Thread Jim Fell
Hello. On lines 45 through 59 of .../tinyos-2.x/tos/chips/cc2420/CC2420.h the CC2420 header is specified: typedef nx_struct cc2420_header_t { nxle_uint8_t length; nxle_uint16_t fcf; // Frame Control (Field) nxle_uint8_t dsn; nxle_uint16_t destpan; // Destination PAN ID

Re: [Tinyos-help] 802.15.4 TinyOS Qs

2008-09-05 Thread David Moss
@millennium.berkeley.edu Cc: Jim Fell Subject: [Tinyos-help] 802.15.4 TinyOS Qs Hello. On lines 45 through 59 of ./tinyos-2.x/tos/chips/cc2420/CC2420.h the CC2420 header is specified: typedef nx_struct cc2420_header_t { nxle_uint8_t length; nxle_uint16_t fcf; // Frame Control (Field) nxle_uint8_t

Re: [Tinyos-help] 802.15.4 TinyOS Qs

2008-09-05 Thread Eric Decker
attempt to send a message. -David *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Jim Fell *Sent:* Friday, September 05, 2008 8:45 AM *To:* tinyos-help@millennium.berkeley.edu *Cc:* Jim Fell *Subject:* [Tinyos-help] 802.15.4 TinyOS Qs Hello. On lines 45 through

Re: [Tinyos-help] 802.15.4 TinyOS Qs

2008-09-05 Thread Philip Levis
On Sep 5, 2008, at 12:56 PM, Eric Decker wrote: A suggestion: Can someone with write access to the tree add some comments to this effect to the source code? eric On Fri, Sep 5, 2008 at 8:55 AM, David Moss [EMAIL PROTECTED] wrote: Length = length of the header + payload of the packet,