Ohk, i dont know about TOSSIM, but i've used TinyOS with TelosB motes and it should work the same way in TOSSIM also. u can change transmission range by changing the transmission power using
CC2420Packet.setPower(&pkt,2); setPower is a functin in CC2420Packet See if it works, best of luck!! On Tue, Apr 28, 2009 at 2:50 PM, moadsofiane <[email protected]> wrote: > Hi, > > I have tested in TOSSIM that when a node broadcast packet,every other > node can hear from it. I read nido documentation and i find that the > default transimsion rage is 50 feet. Now I wanna modify this radio range . I > want to change the transmision range to 10 feet. Can i achieve this > purpose?how to modify the radio range of sensor node in NesC programing for > TOSSIM simulation? > I need your help. > > Bets refgards, > Sofiane > > > > ________________________________ > Retrouvez tous les potins, scandales et rumeurs sur la nouvelle chaîne > People > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
