I've having troubles broadcasting packets from one mote to all others in
range.  I'm using MoteWorks and IRIS motes.  I have the following
configuration:
AppM.CommControl -> Comm;
AppM.Receive -> Comm.ReceiveMsg[AM_XSXMSG];
AppM.Send -> Comm.SendMsg[AM_XSXMSG];

In my module I call:

call Send.send(TOS_BCAST_ADDR,sizeof(MyMsg),msg_ptr)

I get the send done event, so it seems to be sending all right.  However, on
another mote I listen for this event:

event TOS_MsgPtr Receive.receive(TOS_MsgPtr data)

but I never get it.  Is there something else I should be doing?

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

Reply via email to