Hello, The problem is that setPower should be done for each packet. The older setRFPower is for all messages sent over the radio. It is easier then keeping track of every place that sends, and also works for the messages sent on disseminations, collections and deluge (I believe). Using CC2420Packet.setPower to change the power of those messages would require unnecessary and error-prone hackings.
~Dimas~ 2008/2/13, Razvan Musaloiu-E. <[EMAIL PROTECTED]>: > > Hi! > > Take a loot at tos/chips/cc2420/interfaces/CC2420Packet.nc. The interface > is offered by CC2420ActiveMessageC.nc. :-) > > On Tue, 12 Feb 2008, Dimas Abreu Dutra wrote: > > Is there an alternative to using the CC2420Packet.setPower command on > every > > packet sent? >
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
