Re: [Tinyos-help] AMSend.sendDone not signalled

2010-03-06 Thread Mojtaba Raznahan
rkeley.edu Subject: RE: [Tinyos-help] AMSend.sendDone not signalled Hi Mojtaba, thank you very much for the reply. but i have added noise model this is my .py file have a look & let me know if i'm making a mistake #! /usr/bin/python import sys from TOSSIM import * t=To

Re: [Tinyos-help] AMSend.sendDone not signalled

2010-03-05 Thread ranal fernando
isetraceReading(-98);m.createNoiseModel();m1.createNoiseModel();m2.createNoiseModel(); for i in range(1,2):t.runNextEvent() ranal > From: mojtaba.razna...@gmail.com > To: tinyos-help@millennium.berkeley.edu > Date: Fri, 5 Mar 2010 10:14:32 +0330 > Subject: Re: [Tinyos-help

Re: [Tinyos-help] AMSend.sendDone not signalled

2010-03-04 Thread Mojtaba Raznahan
Hi Ranal, Have you loaded any noise model to your motes ? I had a problem like this ,you should use a noise model and load it in everynode you want to be simulated. Have a look at this : http://docs.tinyos.net/index.php/TOSSIM and read "Configuring a Netwrok". Good luck. Mojtaba Raznahan. www

[Tinyos-help] AMSend.sendDone not signalled

2010-03-04 Thread ranal fernando
Dear all, sorry for multiple posts i did not include the subject in the previous post.I have implemented AMSend.send command in my program. But i see there is no AMSend.sendDone signalled. Can somebody tell me why this is happening?i ran the application in TOSSIM Thanks in advance. Ranal

Re: [Tinyos-help] AMSend.SendDone not signalled

2008-02-25 Thread Yi-Tao Wang
SSFAIL. > > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Behalf > > Of Nicole > > Neureiter > > Sent: 21 February 2008 11:04 > > To: tinyos-help@millennium.berkeley.edu > > Subject: [Tinyos

RE: [Tinyos-help] AMSend.SendDone not signalled

2008-02-25 Thread Murray, Ben
SUCCESSFAIL. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf > Of Nicole > Neureiter > Sent: 21 February 2008 11:04 > To: tinyos-help@millennium.berkeley.edu > Subject: [Tinyos-help] AMSend.SendDone not signalled > > > &

[Tinyos-help] AMSend.SendDone not signalled

2008-02-23 Thread Nicole Neureiter
Hi all, im new to TinyOS and nesCand encountered a problem with programming my motes. Im trying to get them to communicate but it seems that after sending a packet there is no AMSend.SendDone signalled, also AMSend was a SUCCESS. Im getting no error messages when compiling, so I don't know what