Hi!

On Sun, 16 Aug 2009, Akankshu Dhawan wrote:

> Hi All
> I am having some problem with the message_t structure. I am creating a
> buffer size 1000 and as readStream.read(10) gets done in 0.01 sec. The
> message_t TEP has informed me that the message payload can be of size 28
> bytes. But if my buffer size is 1000 I cannot send it through this message
> structure.
> 1. Will I have to break this buffer into small packets while sending ?

Yes.

> In case I have to do this will I need multiple buffers so that I do not 
> loose out on audio signals while I am busing sending ?

Yes. The PoolC/QueueC should help in doing this.

> How long does transmission take on MICA2 motes ?

This is something I don't know. :-(

> 2. Is there any other way to transmit large buffers ?

As far as I know we don't have in tinyos a component that is doing this.

--
Razvan ME
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to