[Tinyos-help] How to learn nesc complier?

2011-01-06 Thread 邱杰凡
Hi Recently, I wanted to learn nesc complier, but I did't know how.Could you give me some suggestions. I have read the nesC lagnguage reference manual, do you have some more deeply stuff. Additionally, in the reference manual(section 14), it refer the ncc and nescc man page, what is it, and how

Re: [Tinyos-help] How to learn nesc complier?

2011-01-06 Thread 徐瑞涛
To read the manpage, just type man ncc man nescc under your *nix terminal. (Of course, you have installed tinyos in your computer) It appears that you haven't install tinyos under *nix. I put the html version's manpages in attachment. 2011/1/6 邱杰凡 qiujie...@ict.ac.cn Hi Recently, I

[Tinyos-help] Suggestion for the python's script in TOSSIM

2011-01-06 Thread Edel A. Rodriguez Sanchez
Hi! I'm making a application that sends and receives messages, but I can't see these messages because of some problem in TOSSIM. What might be happening? I need a suggestion for the python's script in TOSSIM. Thanks. :) Edel Angel Rodríguez Sánchez Facultad de Informática Universidad

[Tinyos-help] rpm command does not work

2011-01-06 Thread ismail hancı
hi all; i am trying to install tinyos2 for 2-3weeks. there are lots of problems may be because of win7. most important problem cygwin. rpm command doesn't work. so installing breaks down. can anybody help me? -- İSMAİL HANCI ___ Tinyos-help mailing

[Tinyos-help] TOSSIM compilation error for Mac OS 10.6.6

2011-01-06 Thread Xiaohui Liu
Hi everyone, I recently upgraded from Mac 10.5.8 to 10.6.6. Previously, everything works fine. After the upgrade, I can not compile against tossim anymore. It gives me the following errors: Macintosh:RadioCountToLeds xiaohui$ make micaz sim mkdir -p simbuild/micaz placing object files in

[Tinyos-help] Asking you about implement of RPL, i did not see it

2011-01-06 Thread ngocthanhdinh
Dear TinyOS-member, I heard Mr.Stephen told that RPL is implemented in tinyos in folder blip/rpl. But I find it in cvs source of tinyos in google group and sourceforge , but I did not see it. Could you let me know where can I find it? Thank you very much, Ngoc Thanh

Re: [Tinyos-help] Asking you about implement of RPL, i did not see it

2011-01-06 Thread Omprakash Gnawali
On Thu, Jan 6, 2011 at 5:31 PM, ngocthanhd...@dcn.ssu.ac.kr wrote: Dear TinyOS-member, I heard Mr.Stephen told that RPL is implemented in tinyos in folder blip/rpl. But I find it in cvs source of tinyos in google group and sourceforge , but I did not see it. Could you let me know where

[Tinyos-help] prob in compiling tossim

2011-01-06 Thread raji rajeswari
Hello to all Im getting following error when compiling tossim for Blink application.Please guide me to solve this problem. Setting up for TinyOS 2.1.0 r...@raji-laptop:~$ cd /opt/tinyos-2.1.0/apps/Blink r...@raji-laptop:/opt/tinyos-2.1.0/apps/Blink$ make micaz sim mkdir

Re: [Tinyos-help] Asking you about implement of RPL, i did not see it

2011-01-06 Thread Eric Decker
searching for stuff is easy. Trying to find RPL can easily be done with... find . -iname *rpl*(from the top level tinyos tree) zot (53): pd ~/mm/t2_cur/tinyos-2.x/ ~/mm/t2_cur/tinyos-2.x ~/mm/osian/osian/tinyos/apps/examples/OIP/UdpEcho ~/mm/osian/osian zot (54): find . -iname *rpl*