>
> Hi,
>
> If every packet send by a mote will always have payload equals to
> TOSH_DATA_LENGTH or this is just a maximum limit. We can always send packets
> much smaller than TOSH_DATA_LENGTH? Right?
>
> regards,
> Faisal


It is a maximum limit. Usually length is much smaller, depends on the
application though.
Check out the MultiHopEngineM.nc code. It just checks if message length is
greater than TOSH_DATA_LENGTH, to return FAIL. Try putting a debug message
there to see how many packets actually exceed that limit.

Regards,
Bharat Naik.
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to