Re: [Tinyos-help] How to use TOSSIM with C++??

2010-07-06 Thread shri humrudha
Hi, When i type ./Driver I am not getting any output, the cursor is waiting for some input. --- On Tue, 6/7/10, LIU Yu pineapple@gmail.com wrote: From: LIU Yu pineapple@gmail.com Subject: Re: [Tinyos-help] How to use TOSSIM with C++?? To: shri humrudha shri_humru

Re: [Tinyos-help] How to use TOSSIM with C++??

2010-07-06 Thread LIU Yu
shri_humru...@yahoo.co.in wrote: Hi, When i type ./Driver I am not getting any output, the cursor is waiting for some input. --- On Tue, 6/7/10, LIU Yu pineapple@gmail.com wrote: From: LIU Yu pineapple@gmail.com Subject: Re: [Tinyos-help] How to use TOSSIM with C

Re: [Tinyos-help] How to use TOSSIM with C++??

2010-07-06 Thread LIU Yu
the correct output? If yes can u just send me the Driver.C file, with which i can cross check. Thanks. --- On Tue, 6/7/10, LIU Yu pineapple@gmail.com wrote: From: LIU Yu pineapple@gmail.com Subject: Re: [Tinyos-help] How to use TOSSIM with C++?? To: shri humrudha shri_humru

Re: [Tinyos-help] How to use TOSSIM with C++??

2010-07-05 Thread LIU Yu
Hello, Please refer the C++ section in, http://docs.tinyos.net/index.php/TOSSIM on how to compile the Driver into executable. -- Best Regards, LIU Yu On Sun, Jul 4, 2010 at 10:09 PM, shri humrudha shri_humru...@yahoo.co.in wrote: Hi all, I am learning to use TOSSIM with C++. I followed

Re: [Tinyos-help] How to use TOSSIM with C++??

2010-07-05 Thread shri humrudha
or directory Can you help me how to proceed?? Thanks. --- On Mon, 5/7/10, harsh...@cse.iitk.ac.in harsh...@cse.iitk.ac.in wrote: From: harsh...@cse.iitk.ac.in harsh...@cse.iitk.ac.in Subject: Re: [*] Re: [Tinyos-help] How to use TOSSIM with C++?? To: LIU Yu pineapple@gmail.com Cc: shri humrudha

[Tinyos-help] How to use TOSSIM with C++??

2010-07-04 Thread shri humrudha
Hi all, I am learning to use TOSSIM with C++. I followed the Lesson 11 TOSSIM tutorial: http://www.tinyos.net/dist-2.0.0/tinyos-2.x/doc/html/tutorial/lesson11.html As per the tutorial I have created Driver.C and Makefile.Driver files. After that I dont know how to run the code? Pls help me