[Tinyos-help] Re: [TOSSIM]

2007-06-25 Thread Bibudh Lahiri
Hi r u sure u wrote 'temp' in lowercase in the command export DBG=temp? I myself made the mistake once, so... Also, why don't u write the following statement dbg(DBG_TEMP,BlinkToRadio,compteur : %s\n,btrpkt-counter); as dbg(DBG_TEMP,BlinkToRadio computer : %s\n,btrpkt-counter); ? Can

Re: [Tinyos-help] Problem with sendDone in Tossim

2007-04-06 Thread Bibudh Lahiri
U need a debug mode, e.g., dbg(DBG_TEMP, Counter: Value is %i\n, (int)state); here the mode is 'temp'. To get the message in the console, u need to export the debug mode with the following command before u run the program. export DBG=temp On 4/6/07, Mehedi Bakht [EMAIL PROTECTED] wrote:

Re: [Tinyos-help] TOSSIM

2007-04-04 Thread Bibudh Lahiri
error probabilities. On 4/4/07, santosh bhima [EMAIL PROTECTED] wrote: I have created the network using tht lossy builder.but how to place each node in a position i want it to be On 4/3/07, Bibudh Lahiri [EMAIL PROTECTED] wrote: Santosh, Please see the attached files. You can create

Re: [Tinyos-help] what is the meaning of if(value 1) - - help me ou

2007-04-04 Thread Bibudh Lahiri
It means the least significant bit is 1 (I hope u know the binary representations of 1, 2 and 4 are 001, 010 and 100 respectively). So value 2 means the second least significant bit is 1, value 4 means the third least significant bit is 1...so on... On 4/4/07, Vasudha K [EMAIL PROTECTED] wrote:

Re: [Tinyos-help] Java Listen tool

2007-04-03 Thread Bibudh Lahiri
Hi Ferry, R u sure ur interpretation of the packet data is correct? I think it should be as follows, by looking at the tutorial: 7E00 is the destination address 0A and 7D are group ID and handler ID respectively Msg length is the next one byte, i.e., 01 in ur case (that may be a reason why u

Re: [Tinyos-help] how to get tossim virtual location of a mote?

2007-04-03 Thread Bibudh Lahiri
Do u mean Congestion Window or Contention Window? MAC protocols have Contention Window, as far as I know, Congestion Window is something related to Transport-layer protocols. On 3/29/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Dear I am a student of University of Catania, I would like to

Re: [Tinyos-help] sendDone() called before receive

2007-04-02 Thread Bibudh Lahiri
the time difference with the time the message was sent out from this sender, divide it by 2. My approach may sound too naive, let's see if someone else comes up with some better idea. Bibudh Bibudh Lahiri Graduate Research Assistant Department of Electrical and Computer Engineering Iowa

Re: [Tinyos-help] MIB510/micaz problems

2007-04-02 Thread Bibudh Lahiri
I don't work on MICAZ, I work with MICA2, but I think the syntax should be MIB510=COM1 make micaz install On 4/2/07, Charles [EMAIL PROTECTED] wrote: Dear all, We have encountered a problem with our MIB510 programmer. Our set is a a MICAz MOTE-KIT2400 consisting of a programmer MIB510 and

Re: [Tinyos-help] sendDone() called before receive

2007-04-02 Thread Bibudh Lahiri
comments on this Regards Faisal -- Message: 1 Date: Mon, 2 Apr 2007 10:52:34 -0500 From: Bibudh Lahiri [EMAIL PROTECTED] Subject: Re: [Tinyos-help] sendDone() called before receive To: tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] sendDone() called before receive

2007-04-02 Thread Bibudh Lahiri
of view, u can go for it. Bibudh Bibudh Lahiri Graduate Research Assistant Department of Electrical and Computer Engineering Iowa State University http://www.ece.iastate.edu/~bibudh/ On 4/2/07, Faisal Karim [EMAIL PROTECTED] wrote: Hi

Re: [Tinyos-help] sendDone() called before receive

2007-04-01 Thread Bibudh Lahiri
Faisal, I'm not sure, but my guess is sendDone() is invoked at the src when the MAC-layer ACK is received by the sender. The MAC layer ACK is always rcvd from the one-hop neighbor, because MAC is not concerned about end-to-end message delivery. So in case of multi-hop routing, it appears to u

Re: [Tinyos-help] Please help: about data exchange between TOSSIM and PC

2007-04-01 Thread Bibudh Lahiri
Hi Chan *,* * *TOSSIM, being a simulator, itself runs on PC. If u want to view the data on the screen, why don't u put debug messages in the program, e.g. dbg(DBG_TEMP, Counter: Value is %i\n, (int)state); Don't forget to run the following command before running ur program: export DBG=temp

Re: [Tinyos-help] TOSSIM HELP

2007-03-30 Thread Bibudh Lahiri
What results do u want? Do u want to see the packet exchanges? If u want to visualize the graph and the packet exchanges, use TinyViz with appropriate plugins. On 3/30/07, santosh bhima [EMAIL PROTECTED] wrote: hi, I have a problem.after creating and simulating a network in tossim.how to get

[Tinyos-help] Variation of loss rate with distance

2007-03-13 Thread Bibudh Lahiri
Bibudh Lahiri Graduate Research Assistant Department of Electrical and Computer Engineering Iowa State University http://www.ece.iastate.edu/~bibudh/ ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi

Re: [Tinyos-help] How to limit the range of broadcast

2007-03-13 Thread Bibudh Lahiri
] wrote: HI, I remember that in TOSSIM, you can define the distance two nodes can communicate with each other. On 3/8/2007, Bibudh Lahiri [EMAIL PROTECTED] wrote: Hi, I'm running an application on TOSSIM. My application has a mobile node. All the other (static) nodes in the network

[Tinyos-help] Encoding topology information in TOSSIM

2007-03-12 Thread Bibudh Lahiri
it is happening? Bibudh Lahiri Graduate Research Assistant Department of Electrical and Computer Engineering Iowa State University http://www.ece.iastate.edu/~bibudh/ ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https

[Tinyos-help] Warning: Unknown debug option: TEMP

2007-03-09 Thread Bibudh Lahiri
Hi, I'm getting the following error message in TOSSIM: Warning: Unknown debug option: TEMP I've tried the following: unset DBG export DBG = TEMP make pc build/pc/main.exe 13 I've also tried with the other debug modes namely USR1, USR2 and USR3, but none seems to work. Any

[Tinyos-help] Exception in thread main java.util.zip.ZipException

2007-03-09 Thread Bibudh Lahiri
Hi, I'm trying to run the TestTinyViz application on the TinyViz GUI, from the folder /opt/tinyos-1.x/apps/testtinyviz, with the command tinyviz -run build/pc/main.exe 30 I've added /opt/tinyos-1.x/tools/java/net/tinyos/sim (the location of the tinyviz script) to my PATH, and the location of

[Tinyos-help] Encoding topology information in TOSSIM + Specification of communication range

2007-03-09 Thread Bibudh Lahiri
Hi, I'm running a mobile object tracking application on TOSSIM. My application has a mobile node. All the other (static) nodes in the network periodically send PROBE messages to detect the mobile node. On receiving any such PROBE message, the mobile node sends a BEACON frame to the sender

[Tinyos-help] How to limit the range of broadcast

2007-03-08 Thread Bibudh Lahiri
Hi, I'm running an application on TOSSIM. My application has a mobile node. All the other (static) nodes in the network periodically send PROBE messages to detect the mobile node. On receiving any such PROBE message, the mobile node broadcasts a BEACON frame so that the nodes in the vicinity

[Tinyos-help] Exception in thread main java.util.zip.ZipException

2007-01-31 Thread Bibudh Lahiri
Hi, I'm trying to run the TestTinyViz application on the TinyViz GUI, from the folder /opt/tinyos-1.x/apps/testtinyviz, with the command tinyviz -run build/pc/main.exe 30 I've added /opt/tinyos-1.x/tools/java/net/tinyos/sim (the location of the tinyviz script) to my PATH, so that the script

[Tinyos-help] getenv JNI library not found. Env.getenv will not work

2007-01-24 Thread Bibudh Lahiri
within javacomm20-win32.zip? comm2.0.3.zip didn't yield any such file on unzipping, nor did it give any javax.comm.properties file. Have I downloaded the wrong file than? Can anyone help? Thanks in advance Bibudh Lahiri ___ Tinyos

[Tinyos-help] Radio Links and Debug messages Plugins in TOSSIM

2007-01-11 Thread Bibudh Lahiri
Hi, I've run the testtinyviz application on TOSSIM with 30 motes, and I've kept the plug-ins Radio Links, Debug messages, Sent Radio Packets and Autorun logger ON, but I cannot see the edges connecting the nodes on the display panel, or the radio links, or the debug messages . Can anyone please