[Tinyos-help] Matlab Interface with TOSSIM ( TinyOS-2.x)

2010-07-06 Thread Hassan Abid
Hello, Is there a tutorial or support available for MATLAB interface with TOSSIM (TinyOS-2.x) ? There is one available for TOSSIM ( TinyOS-1.x) Best Regards -- Hassan Abid MS EE Student ___ Tinyos-help mailing list

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

[Tinyos-help] Possible to give user input during runtime?

2010-07-06 Thread shri humrudha
Hi, Is it possible to give user input in runtime (nesC) as such in C (using scanf()). If so, how can it be done? Thanks. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

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

2010-07-06 Thread LIU Yu
If your program did execute, but produced no output. Prehaps you need to add *stdout* as output to some logging channels in your *Driver.c*. For example, Tossim * t = new Tossim(NULL); ... t-addChannel(AM, stdout); Best Regards, LIU Yu On Mon, Jul 5, 2010 at 11:48 PM, shri humrudha

[Tinyos-help] Compiling with arm-elf-gcc 4.0.2

2010-07-06 Thread Sivan Toledo
Hi, When I try to build Null for a new ARM7TDMI platform, I run into a problem: arm-elf-gcc complains about stray '$' signs in app.c. If I compile the file manually, I get the same error. I can get the file to compile manually by adding -fdollars-in-identifiers. But when I add this command-line

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

2010-07-06 Thread LIU Yu
I use Python drivers for my own experiments. But you can find pretty good C driver's distributed with TinyOS 2.x, such as the following one, $TOSROOT/apps/tests/TestNetwork/Driver.c Best Regards, LIU Yu On Tue, Jul 6, 2010 at 2:04 AM, shri humrudha shri_humru...@yahoo.co.in wrote: Hi,

[Tinyos-help] Question about the Length Field in CC2420 Header

2010-07-06 Thread Yi Tang
Hey, Can anyone explain the actual meaning of Length Field in CC2420 Header? Previously I thought it is the Frame Length defined in Frame Format section on CC2420 Datasheet Page 34 ( http://inst.eecs.berkeley.edu/~cs150/Documents/CC2420.pdf). Then I found a small difference: Let's say there's a

[Tinyos-help] time in microsecond in tinyos-1.x

2010-07-06 Thread asma khalid
hello i am working in tinyos-1.x in TOSSIM..currently i am facing a difficulty in finding time in microsecond between two operation... i have used before = call SysTime.getTime32(); and then i perform some tasks...and then called after = call SysTime.getTime32();

[Tinyos-help] MTS400 Driver for tinyOS 2.0

2010-07-06 Thread CHEN WEIMING
hi, Currently I am working with IRIS Motes and MTS400 in tinyOS 2.0, but I cannot find the driver required, do any one know where can I find it. Thanks very much. Best Regards ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu