Re: [ns] Help Scheduler: Event UID not valid!

2006-05-18 Thread Zhou Ya Jin
Question 1: Scheduler:: Event UID not valid! Answer: Each event in NS2 has a unique UID. The scheduler toggles the UID twice, once during dispatching and once during scheduling. Thus, the event has a positive UID

Re: [ns] no such element in array

2006-05-15 Thread Zhou Ya Jin
I think you used a variable Node_(26) in your tcl script but it has not been created yet. Look into your tcl script at line 332. - Original Message - From: [EMAIL PROTECTED] To: ns-users@ISI.EDU Sent: Tuesday, May 16, 2006 5:55 AM Subject: [ns] no such element in array Hi,

Re: [ns] Multiple simulations in NS

2006-05-15 Thread Zhou Ya Jin
1)First you need to read some books about linux shell program. Then you will know what is the meaning of #!/bin/sh. 2) That is because your environment variable is not setting properly. a) you can change your environment variable The .bashrc file is at your home directory # .bashrc # User

Re: [ns] how to from C ++ call the parameter of CBR flow in tcl file

2006-04-18 Thread Zhou Ya Jin
I do not understand your question exactly. But I think you can find the answer in the ns manual. If you want to set the parameter of CBR in tcl script, just use set command. - Original Message - From: ?? [EMAIL PROTECTED] To: ns-users ns-users@ISI.EDU Sent: Wednesday, April 19, 2006