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.