On Tue, Apr 29, 2008 at 3:38 AM, gaurav mathur <[EMAIL PROTECTED]> wrote:
... > I have programmed a node such that it broad casts its node_id in every 2 > seconds. This node uses interface AMSenderC to send the packets. > I programmed other nodes to make a collection tree. These nodes uses Snoop > interface of CollectionC . > My problem is the nodes programmed with snoop interface of CollectionC does > not over hear the packets sent by the node programmed with AMSenderC. > CollectionC.Snoop is intended to snoop the CTP data packets. You probably want to use a different AM ID for your broadcast packet, use AMSnooperC to snoop those packets, and use CollectionSender to send those snooped packets using Collection. - om_p _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
