[Tinyos-help] About the RF230 packet length

2008-10-19 Thread Peng
Hi, there As I am doing the packet loss experiment, the packet length is very important for me and also the equal probability of 1s and 0s. I scrutinized the message_t for iris and find that the message header is nxle_uint8_t length; nxle_uint16_t fcf; nxle_uint8_t dsn;

Re: [Tinyos-help] About the RF230 packet length

2008-10-19 Thread Miklos Maroti
Hi Peng, > Question1: Is this the message type eventually download to the RF chip > buffer and send to the air? Only the message_header, message_data and message_footer is downloaded and sent over the air. The metadata is neither downloaded not transmitted. > Question2: As I want to keep the pro