2009/4/23 moadsofiane <[email protected]>: > Hi, > > I am using tossim to my simulations and i want to send a message to a > neighborhood of the node. > > My first question is: How can send this message to the neihbohood of the > node?
Send a broadcast packet. > My secode question: How can I know the node's ID of my neghbors? You can take a look at how the link estimators do that. You can find the code in tos/lib/net/le. - om_p _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
