[Tinyos-help] FInding tinyos directory in xubutos

2011-07-15 Thread soahil shuaib
Hello eyeryone! I am new to tinyos. I have recently installed it on window using instruction on this page http://docs.tinyos.net/tinywiki/index.php/Running_a_XubunTOS_Virtual_Machine_Image_in_VMware_Player#Windows_VMware_Player_Installation Now i wish to simulate the blink application using

[Tinyos-help] message was failed to send

2011-07-15 Thread Fajar Lab
Hi all, I am testing a simple application to send a message using TyMo protocol and simulate it in TOSSIM(T2). These are my scenario: -Topology (Node 1 as its destination) 1 2 0.0 2 1 0.0 2 3 0.0 3 2 0.0 -Node 2 and 3 will send a message every 5 seconds (5048 ms)

[Tinyos-help] Bls: segmentation fault problem

2011-07-15 Thread Fajar Lab
Hi, of course there is a problem in your NesC program or your python script. please give us more information.   Fajar. Dari: Mohamed Maalej medmaa...@gmail.com Judul: [Tinyos-help] segmentation fault problem Kepada: tinyos-help@millennium.berkeley.edu Tanggal: Kamis, 14 Juli, 2011, 7:02 PM hi

Re: [Tinyos-help] [TinyOS-help]: How to debug nesC code without JTAG in Eclipse

2011-07-15 Thread Romain Bornet
Hi, My question is that whether it is possible to debug nesC code without JTAG. If it is, how? Unfortunately for you it is not possible to debug without a hardware debugger (JTAG, debugWire, SWD,... depending on your target architecture AVR, MSP430). To debug your code on the mote without a

Re: [Tinyos-help] Bls: segmentation fault problem

2011-07-15 Thread Fajar Lab
Hi, In the first scenario both of Node 2 and Node 3 generate their own data. Just now, I tested to make Node 2 just as a forwarder/repeater (didn't generate any data) and its result become more better with number of packet 11,967 packets (generate by Node 3), I got only 59 packets was failed

Re: [Tinyos-help] message was failed to send

2011-07-15 Thread Fajar Lab
Hi, In the first scenario both of Node 2 and Node 3 generate their own data. Just now, I tested to make Node 2 just as a forwarder/repeater (didn't generate any data) and its result become more better with number of packet 11,967 packets (generate by Node 3), I got 59 packets was failed to send.

[Tinyos-help] install tinyos 1.x

2011-07-15 Thread jyoti suman
i want to install tinyos 1.x on ubuntu 10.10.Please tell me any source providing full information about this ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] FInding tinyos directory in xubutos

2011-07-15 Thread Andrew Sabelhaus
Sohail, That directory is specified in reference to the TinyOS root, i.e., it's really %T/apps/Blink. For example, if you've installed TinyOS under /opt/tinyos-2.x/, then the full path to the Blink directory would be /opt/tinyos-2.x/apps/Blink. Check the TEPs for more info on the directory

[Tinyos-help] nesc comments

2011-07-15 Thread Sobit Thapa
Hello all, is there any mechanism to add comments or annotations to user defined functions to assist other tools when we analyze program in app.c or assembly level. I have found system functions using meaningful sub-routine names in assembly and clear comments in app.c but naming of user

Re: [Tinyos-help] Send Packets with Basestation to Lpl Motes

2011-07-15 Thread Omprakash Gnawali
On Tue, Jul 12, 2011 at 5:33 AM, Gabriel Neumüller horsthuc...@googlemail.com wrote: Hi all, I have written a java application to send Packets through a Mote which is connected to a Pc and is programmed with the Basestation app. For this purpose I use the java MoteIF.send function. Everything

[Tinyos-help] Using TelosB 2420 onboard sensors

2011-07-15 Thread Aravind S
Hi I am new to tinyos and following the tutorial. I have run the oscilloscope app. with two telosb 2420. It seems to work fine but displays a constant line graph. I want to now use the light , temperature sensors to display on graph. Checking DemoSensorC.nc shows VoltageC as DemoSensor. How

Re: [Tinyos-help] Using TelosB 2420 onboard sensors

2011-07-15 Thread ARAVIND.S
Hi I am new to tinyos I have run the oscilloscope app. with two telosb 2420. It seems to work fine but displays a constant line graph. I want to now use the light , temperature sensors to display on graph and to display readings on terminal Please send me the source code for the same.

Re: [Tinyos-help] $configure command not found

2011-07-15 Thread Andrew Sabelhaus
Malika, TinyOS applications don't follow the standard of ./configure make make install as closely as other POSIX c-based programs. Here, you wouldn't run ./configure, since all the configuration would be done in the /tos/platforms/micaz directory or equivalent. Post your output from the make