Re: [Tinyos-help] Tinyos-help Digest, Vol 67, Issue 59

2008-11-23 Thread Peng
Dear all, Now I am hunted by the the storage stuff. I did the tutorial in the core folder and the RssiSample in the contribution directory. I found the program has a common point that the receive data, write, read and report all in one program. I think the program I'd like to implement is get

Re: [Tinyos-help] How to limit radio range of sensor node in NesCprograming for TOSSIM simulation

2008-11-23 Thread 杨冰
how to specify the topology of simulation,do u have some links or specification for detail about it?thanks a lot! 2008-11-24 杨冰 [EMAIL PROTECTED] 北京航空航天大学软件开发环境国家重点实验室新主楼G座613 发件人: Hui Kang 发送时间: 2008-11-24 02:29:28 收件人: 杨冰 抄送: [EMAIL PROTECTED] 主题: Re: [Tinyos-help] Ho

[Tinyos-help] Questions when run FTSP on micaz

2008-11-23 Thread Cui Lin
Hi everybody, I've introduced FTSP to MoteWorks, which is actually tinyOS 1. But I got some problems when I run it on micaz. I have a node which is downloaded TOSBase and a node with TestTimeSyncPollerC. It transfers every message received form radio to serial port. On the PC side, I can r

Re: [Tinyos-help] How to limit radio range of sensor node in NesC programing for TOSSIM simulation

2008-11-23 Thread Hui Kang
can you specify the topology in a file, though it maybe tedious to do so? - Hui 杨冰 wrote: > thanks for ur suggestion, it seems not an easy case, i have searched > on the web,but find no any information about my problem. > thanks any way. > 2008-11-23 >

Re: [Tinyos-help] How to limit radio range of sensor node in NesC programing for TOSSIM simulation

2008-11-23 Thread 杨冰
thanks for ur suggestion, it seems not an easy case, i have searched on the web,but find no any information about my problem. thanks any way. 2008-11-23 yangbing 北京航空航天大学软件开发环境国家重点实验室新主楼G座613 发件人: Aisha 发送时间: 2008-11-23 21:39:16 收件人: 杨冰 抄送: [EMAIL PROTECTED] 主题: Re: [Ti

Re: [Tinyos-help] How to limit radio range of sensor node in NesC programing for TOSSIM simulation

2008-11-23 Thread Aisha
Hello, Not sure about the details, but for Delta, you can change the power by modifying the duty cycle parameter at compile time... Something like... $cd Delta $tmote install,{duty cycle} Have you tried this with Tossim? ...or maybe Tossim has something similar. Sent from my iPhone On Nov 2

[Tinyos-help] How to limit radio range of sensor node in NesC programing for TOSSIM simulation

2008-11-23 Thread 杨冰
hi,everbody, I have tested in TOSSIM that when a node broadcast packet,every other node can hear from it ,now I wanna limit the radio range of sensor node when use TOSSIM to do simulation,can i achieve this purpose?how to limit the radio range of sensor node in NesC programing for TOSSIM