On Mon, Mar 31, 2008 at 5:29 AM, Bhavish Aggarwal
<[EMAIL PROTECTED]> wrote:
>  packets so it might take a lot of overhead. There is an alternate
>  "Send" interface which sends without addressing. But I couldn't find
>  any component implementing it. Does anyone know the reason for this

Collection implements the addressless Send interface but probably not
what you are looking for:

generic configuration CollectionSenderC(collection_id_t collectid) {
  provides {
    interface Send;
    interface Packet;
  }
}

- 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