hi, my understanding is the following. correct me if i'm wrong.
Since packet length type is uint8_t we can only send 256 bytes (including header data etc.) in cc2420 radio. (used by micaz telosb). so in the case of iris you need to split it. i think even for telosb & micaz need splitting 320 bytes. thanks ranal > Date: Mon, 17 Jan 2011 10:23:34 +0100 > From: [email protected] > To: [email protected] > CC: [email protected] > Subject: Re: [Tinyos-help] How to send a message bigger than 2kb > > You have to do it yourself. Miklos > > On Mon, Jan 17, 2011 at 10:09 AM, Pfister Loic <[email protected]> wrote: > > Hi, > > > > I need to send a message of 2560 bits --> 320 bytes. > > > > From what I read in the mailing list, you are able to send packet up to 114 > > byte with an iris mote. > > > > So I will need to send three packets to transmit my full message. > > > > So is there any function that split my packet in three automatically ? > > Or Will I need to implement by myself to split the packet in three, and > > rebuilt it on the other size ? > > > > Thanks a lot in advance > > > > loic > > > > _______________________________________________ > > Tinyos-help mailing list > > [email protected] > > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
