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 ? 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 ? How long does transmission
take on MICA2 motes ?


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

I am looking at Anti Theft application as well since it is using ReadStream
for the acceleration components and that has been really useful but even
that application has used buffer size of 10 which was similar to
Oscilloscope. 2 bytes per buffer element means I can have a maximum of 14
elements in my buffer. Is my judgement true ?



Looking forward to hearing from you.


Thanks
Akankshu

-- 
First they ignore you, then they laugh at you, then they fight you, then you
win.
- Mahatma Gandhi
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to