Re: [Tinyos-help] CC2420 lossy module in TOSSIM

2007-06-19 Thread Alexander Becher
* Wang, Lei (Ray): Alexander Becher wrote: * Yang Peng: Does anyone use run -rf=yourlossyfile.nss nodeNUM ? It seems like my lossy.nss file does not work, seems like it is not read You also have to specify -r=lossy. could you give more instructions on how to use it in cc2420? we tried, and

Re: [Tinyos-help] CC2420 lossy module in TOSSIM

2007-06-19 Thread Wang, Lei (Ray)
Hi, Alexander, I got the same point as you mentioned. Now we got a quick solution by setting the topology coordination (in the source code) manually, (of course we can read that information from an external file): for example: adcValues[0][128] = 0; // X for node 0 adcValues[0][129] = 0; //

Re: [Tinyos-help] CC2420 lossy module in TOSSIM

2007-06-18 Thread Alexander Becher
* Yang Peng: Does anyone use run -rf=yourlossyfile.nss nodeNUM ? It seems like my lossy.nss file does not work, seems like it is not read You also have to specify -r=lossy. Regards, Alexander ___ Tinyos-help mailing list

Re: [Tinyos-help] CC2420 lossy module in TOSSIM

2007-06-18 Thread Ray Wang
On 6/18/07, Alexander Becher [EMAIL PROTECTED] wrote: * Yang Peng: Does anyone use run -rf=yourlossyfile.nss nodeNUM ? It seems like my lossy.nss file does not work, seems like it is not read You also have to specify -r=lossy. Regards, Alexander

Re: [Tinyos-help] CC2420 lossy module in TOSSIM

2007-06-18 Thread Wang, Lei (Ray)
could you give more instructions on how to use it in cc2420? we tried, and it looks like cc2420 tossim does not read it at all? Alexander Becher wrote: * Yang Peng: Does anyone use run -rf=yourlossyfile.nss nodeNUM ? It seems like my lossy.nss file does not work, seems like it is not

RE: [Tinyos-help] CC2420 lossy module in TOSSIM

2007-06-18 Thread Adam
PROTECTED] On Behalf Of Alexander Becher Sent: Monday, June 18, 2007 3:45 AM To: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] CC2420 lossy module in TOSSIM * Yang Peng: Does anyone use run -rf=yourlossyfile.nss nodeNUM ? It seems like my lossy.nss file does not work, seems like

[Tinyos-help] CC2420 lossy module in TOSSIM

2007-06-15 Thread Yang Peng
Hi all, I am trying to use TOSSIM to do simulation for telosb in tinyos1.x, but I can not use lossy module to do build multihop topology... Does anyone use run -rf=yourlossyfile.nss nodeNUM ? It seems like my lossy.nss file does not work, seems like it is not read(I use lossyBuilder to