[Tinyos-help] TOSSIM and Serial Forwarder

2007-09-03 Thread Iñigo Urteaga
Hi all, I am Iñigo and I am doing research with Wireless Sensor Networks. I want to simulate different applications and protocols, so I am planning to use TOSSIM and TinyOS 2.x. However, I have some questions: 1.- Is it possible to connect SerialForwarder to TOSSIM 2.x?? 2.- The SerialForwarder

[Tinyos-help] CVS update and Collection problems

2007-09-24 Thread Iñigo Urteaga
Hi all, I have been using Collection Tree Protocol this past weeks without any problem in TOSSIM. However, I have updated today my tinyos-2.x directory with cvs and now I get errors when compiling my programs (that worked last week). I append the error output. I can't figure out why this happens,

Re: [Tinyos-help] CVS update and Collection problems

2007-09-24 Thread Iñigo Urteaga
Hi, Thanks for the appreciation. However, I still have the compiling errors related to Collection. Regards, Iñigo /*/ mkdir -p build/micaz placing object files in build/micaz writing XML schema to app.xml compiling FaultDetectionAppC to object file

Re: [Tinyos-help] CVS update and Collection problems

2007-09-25 Thread Iñigo Urteaga
Thanks for such a detailed explanation. I will try to keep track of the evolution. Regards, Iñigo On 9/25/07, Philip Levis <[EMAIL PROTECTED]> wrote: > On Sep 24, 2007, at 9:34 PM, Iñigo Urteaga wrote: > > > Hi, > > > > Thanks for the appreciation. However, I still

Re: [Tinyos-help] Python SDK for TinyOS 2.x

2007-09-25 Thread Iñigo Urteaga
Hi everybody, I am trying to use python sdk to communicate with Serial Forwarder. I receive messages using "receive(self, src, msg)" as in Chad's example and it works ok. However I found some troubles when trying to send messages to Serial Forwarder. I guess I should use MoteIF's "sendMsg(self, d

[Tinyos-help] Singlehop and Multihop in the same node

2007-12-03 Thread Iñigo Urteaga
Hi, I am developing an application that needs to use both singlehop and multihop communications. Each node will talk to its 1 hop neighbors using singlehop radio communication. For that purpose I am using ActiveMessageC component, so I can send and receive different type of messages. This part of

[Tinyos-help] TOSSIM status

2008-02-07 Thread Iñigo Urteaga
Hi all, I have been using TOSSIM 2.x for some months and tracking the evolution of it's components. I have a couple of doubts: - I know there is a PowerTossim version in the contrib directory. How stable is it? Does it support micaz motes or only mica2? What about CC2420 radio stack? - Related t

[Tinyos-help] PowerTOSSIM status

2008-02-12 Thread Iñigo Urteaga
Hi all, I am a master student working with WSN. In my current project, I am simulating a network using TOSSIM 2 to evaluate some algorithms. Since I would like to include energy consumption into my results, I have been tracking the evolution of PowerTossim. I have seen that there is a version for

Re: [Tinyos-help] RSSI and TOSSIM

2008-02-14 Thread Iñigo Urteaga
Hi all, I found this previous post from Dec. 19th in tynios-help and I would like to have some points clarified. First, I agree with Phil that the received signal strength will be (assuming waves are in phase) the addition of both desired signal's power and existing noise power level. As far as

[Tinyos-help] Timer synchronization problem

2008-03-07 Thread Iñigo Urteaga
Hi, I'm trying to synchronize a simulation in TOSSIM with an application running a PDE model. I have timers (using Timer) firing every 10 seconds in each node to read a variable that I am updating using the TOSSIM radio packet injection interface. From debug outputs using sim_time()/sim_ticks_pe

[Tinyos-help] CVS update, then can't make

2008-07-03 Thread Iñigo Urteaga
Hi all, I updated my CVS directory today and found that I am not able to compile my code for simulation ("make micaz sim") anymore. However, I am able to compile the code for real motes ("make micaz"). Error output is included at the end of the email. It seems to be related to the latest updates

Re: [Tinyos-help] CVS update, then can't make

2008-07-03 Thread Iñigo Urteaga
onversion from string constant to 'char*' make: *** [sim-exe] Error 1 *** On Thu, Jul 3, 2008 at 8:30 PM, Andrey Gursky <[EMAIL PROTECTED]> wrote: > Hi! > > I had the same error. I've posted it here alre

Re: [Tinyos-help] CVS update, then can't make

2008-07-04 Thread Iñigo Urteaga
Hi all, Thanks to all for the quick responses and help. Iñigo On Fri, Jul 4, 2008 at 7:22 AM, John Regehr <[EMAIL PROTECTED]> wrote: > On Thu, 3 Jul 2008, Philip Levis wrote: > >> The CVS head requires nesc 1.3. > > Actually we've been trying to keep CVS HEAD usable for people with nesC 1.2. >

Re: [Tinyos-help] TOSSIM simulation

2008-11-12 Thread Iñigo Urteaga
mean ...how can > implement b6lowpan using Tossim? > Iam new to tinyos and need urgent help > Thanks and Regards > Neelam Chaubey > > On Wed, Nov 12, 2008 at 4:02 PM, Iñigo Urteaga <[EMAIL PROTECTED]> wrote: >> >> Hi all, >> >> I have been running

[Tinyos-help] TOSSIM simulation

2008-11-12 Thread Iñigo Urteaga
Hi all, I have been running a bunch of TOSSIM simulations lately and, in my last tries, I have seen simulations taking much longer than before. The main difference on this last cases is that, previously, I was just looking at the debugging channels at the end of the simulation while, now, I am sen