What is your data maximum length? Current dissemination protocols such  
as DIP and DHV allow you to disseminate data of variable length but  
within the TOS message size.

So if your data length is tens of bytes, you can change the maximum  
TOS message size and use the existing protocols.

Current protocols do not handle data that are larger than the maximum  
TOS message length. In that case, you might have to write your own  
protocol to break the data into smaller pieces and disseminate them  
individually.


Thanh Dang

>
> Hello,
> I need a protocol to disseminate data on a multi-hop TinyOS network.
> My problem is that data I want to disseminate on the network has a variable
> length.
> The Dissemination Protocol already implemented in TinyOS allows to send
> every time the same struct.
>
> Any idea?
> Thanks a lot,
>
> Antonio
>
>
> _______________________________________________
> 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

Reply via email to