[Tinyos-help] AMSend Unicast
Yang Bofu
yangbofu at gmail.com
Tue Oct 16 14:25:09 PDT 2007
Hi guys,
I am trying to do a unicast in my application. I thought it should be
as easy as just call AMSend.send(nodeID, &packet, sizeof(...)).
However, it turns out that the node is still broadcasting.
For example, I got two nodes, node 0 as sink and node 1 as sensor
node. If I let node 1 to AMSend.send(2, &packet, sizeof(...)), where
the sink shouldn't receive anything, but the sink can still get every
packet from node 1. Why is that?
Need help, thanks in advance!
Bofu
More information about the Tinyos-help
mailing list