On Mon, Feb 14, 2011 at 10:20 AM,  <et...@uni-potsdam.de> wrote:
> Last week i had an interesting discussion about how to automate
> limiting sendig data due to law issues.
> In germany there is a department regulating the usage of frequency
> bands, e.g. your are just allowed to the 868MHz band for 10% of duty
> cycle. If i'am using mica2 and low power listing the preamble is
> extended to reach every mote within the given remote wakeup interval.
> that means, sending the preamble for remote interval causes me to stop
> sending any data within the next 20 seconds.
> Does somebody has similiar limitations to get along with? Is there a
> behaviour pattern to handle such situations? Or must i use some more
> intelligent MAC-layer protocol?
>
> Hope, i explained my issue good enough.

You send preamble only when you have packets to send. So, if you don't
have any packets to send, you will occupy 0% of the channel. If you
have enough data to send then, sure, you can exceed 10% depending on
how much data you have.

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

Reply via email to