[Tinyos-help] Using Moteworks with Avrora

2008-11-25 Thread Ixent Galpin
Hi, Has anyone tried using Crossbow's Moteworks with the Avrora simulator? It seems to me as if this should work as the Avrora simulator/emulator uses Mica2 binaries as input, and the Mica2 platform is supported by Moteworks. Would be interested if any one has tried this, and can let me

Re: [Tinyos-help] Counting CPU cycles using PowerTossim

2007-05-28 Thread Ixent Galpin
wrote: lxent, CPU cycle profiling in PowerTossim is not very accurate. You can have a look at Avrora or Atemu for more accurate cpu profiling. On 5/25/07, *Ixent Galpin * [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, I'm trying to get count PowerTossim CPU cycles. I've

[Tinyos-help] Counting CPU cycles using PowerTossim

2007-05-25 Thread Ixent Galpin
Hi, I'm trying to get count PowerTossim CPU cycles. I've followed the instructions at http://www.eecs.harvard.edu/~shnayder/ptossim/install.html and http://www2.uic.edu/~tcanli1/cpucyclecountingcode.htm, but keep on getting zero values for my CPU cycle count. I suspect that this may be

[Tinyos-help] CC1000 radio stack in TOSSIM

2007-05-18 Thread Ixent Galpin
Hello, We've tried using the CC1000 radio stack ported by Victor Shnayder from Harvard, for TOSSIM. We are using TinyOS 1.15, and have also tried the latest version of the code from the TinyOS1.x CVS. According to the instructions at

[Tinyos-help] Nodes receive messages when radio is turned off

2007-05-15 Thread Ixent Galpin
Hi, I am using the Tossim simulator with TinyOS 1.15. I have a network of 3 nodes. When I send a message from node 1 to node 2, node 3 receives the message even if I have switched off the radio explicitly, i.e., by invoking if (TOS_LOCAL_ADDRESS==3) GenericComm.stop() So, my

Re: [Tinyos-help] Simulator for TelsoB

2006-02-07 Thread Ixent Galpin
Hi, I used TOSSIM also for code written for TelosB; of course you must write it in nesC and don't use any specific TelosB features. Could you please give me a couple of examples of what kinds of TelosB specific features would not be available? Thanks Ixent Hi all, I'll have to ask you

Re: [Tinyos-help] Help on running TINYVIZ

2006-01-18 Thread Ixent Galpin
Are you running the latest CVS snapshot? I am running the latest CVS snapshot, and am get exactly the same error as you. It was ok before I upgraded from the stable version. Preethi Naveen wrote: hi, i have tried to run tinyviz as given in chapter 5 of tutorial. I am getting the following

Re: [Tinyos-help] Need help, I have some question about mote's location in TinyViz

2006-01-05 Thread Ixent Galpin
Hi Saran This is probably not a satisfactory solution - but as a newbie, the only one I have found. If you click and drag a mote to a new location, the status bar on the bottom right-hand panel informs you of the co-oridnates of the mote's new location. Cheers Ixent Saran Jenjaturong

[Tinyos-help] Tossim simulation

2005-11-15 Thread Ixent Galpin
Hi, I've been working through the TinyOS tutorials at http://www.tinyos.net/tinyos-1.x/doc/tutorial/lesson6.html. Unfortunately I don't yet have any motes to play with, so am using TOSSIM. The first paragraph of lesson 5 states that Every mote in a simulation runs the same TinyOS program.

[Tinyos-help] Query dissemination in TinyDB

2005-11-11 Thread Ixent Galpin
Hi, Can anyone tell me how query execution instructions are disseminated throughout the motes in TinyDB? I mean, are they sent as byte codes and interpreted using a virtual machine? or nesC? or a data structure?... I'd be very grateful if anyone can shed any light on this, and point me in the