[ns] add-interface + cbr = Scheduler: Event UID not valid!

2006-09-12 Thread Santosh Pandey
Hi all, I am using ns 2.29. I have used add-interface to add additional interface on a mobile node (say sn_(0)) (code below). Also there are other nodes (node_(0)) with single interface on channel 2. When I initiate a cbr traffic between the node_(0) and sn_(0), I get an error Scheduler: Event

Re: [ns] Changing route in hierarchical routing

2006-09-07 Thread Santosh Pandey
Hi all, I am trying to simulate a wired-wireless scenario in NS2. The ns2 tutorial was helpful. Please correct me if I am wrong. 1. Only hierarchical addressing can be used in wired-wireless scenario 2. Since hierarchical addressing is used, the wired routing protocol is

Re: [ns] Problem with the queue command

2006-09-06 Thread Santosh Pandey
Prob a space after link12 would help. Santosh. On 9/5/06, fafou [EMAIL PROTECTED] wrote: Hi everybody, I have written these two lines of tcl code: -- set link01 [$ns simplex-link $n0 $n1 512Kb 0ms DropTail]