Hello everyone,

The problem regarding simulation time not moving ahead is solved.

Mistake was silly, there was a missing '$' for an array value due to which
the program was behaving irregularly.

Regards

---------- Forwarded message ----------
From: Manaswi Saha <starrylit...@gmail.com>
Date: Sun, Apr 29, 2012 at 8:40 PM
Subject: [Correction to the earlier mail] Simulation clock not moving ahead
To: ns-users <ns-users@isi.edu>




Hello everyone,

I have implemented a new multicast routing protocol for wireless mesh
networks in ns2.33.
It is successfully attached.

When I run the TCL file, the simulation marked for 0.00000000 time works
but all the others do not work.

i.e.

$ns_ at 0.000000000000 "[$meshrouter_($i) agent 255] add-router"
  ----- Works

but

$ns_ at 0.100000000000 "[$meshrouter_($i) agent 255] add-router"
       ------- Does not work

Thus, the trace file is also not generated.

Does anyone know the solution or how to go about it?

Any advice would be appreciated.

Thank you.

Reply via email to