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 _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
