[ns] [Help] _o4 cmd error: WiMax Mesh Networks

2011-07-19 Thread Manaswi Saha
Hello everyone, I am using 802.16e patch (ns2.31)  for mesh mode- ns2mesh80216 for implementing WiMax based wireless mesh network. I am trying to run the mesh.tcl script. The following error keeps coming. Can anyone tell me why this error is coming? As I am new to ns-2, I am not able to debug. A

[ns] [Help] MOLSR ns2 implementation

2011-08-01 Thread Manaswi Saha
hello everyone, Does anyone know of any MOLSR implementation code in ns2 (preferably for ns2.33)? I am trying to simulate multicasting in wireless mesh networks. Please provide with a link if known. Thank you.

[ns] [Help] Wireless multicast - in wireless mesh networks

2011-09-01 Thread Manaswi Saha
Hello everyone, I am trying to perform multicasting over wireless mesh networks. Does anyone have any idea how to do it? I would appreciate it if anyone could forward me to any text related to this. Thank you

Re: [ns] [Help] Wireless multicast - in wireless mesh networks

2011-09-01 Thread Manaswi Saha
: patch with instructions > - *Location*: ‎http://sites.google.com/site/igmpextension > - *Download*: > igmp-extension.tar.gz<http://sites.google.com/site/igmpextension/download-install/igmp-extension.tar.gz> > > Mubashir Husain Rehmani > Lip6/UPMC, Paris, France > > > > On 1 September 2011 10:17, Manaswi Saha wrote: > >> >> Hello everyone, >> >> >> I am trying to perform multicasting over wireless mesh networks. Does >> anyone >> have any idea how to do it? >> I would appreciate it if anyone could forward me to any text related to >> this. >> >> Thank you >> > > > > -- > Mubashir Husain Rehmani > > >

[ns] [HELP]: Multicasting protocols for Wireless mesh network

2011-11-02 Thread Manaswi Saha
Hello everyone, I am trying to find out the popular multicasting protocols used in wireless mesh networks for performance evaluation in ns2. Can anyone name a few? Is the multicasting protocol for ad hoc networks called Protocol for Unified Multicasting through Announcements (PUMA) [ http://ieee

[ns] [Help] Implementing a Steiner Tree for a multicast routing protocol

2012-04-02 Thread Manaswi Saha
. Regards, Manaswi Saha

[ns] Simulation clock not moving ahead

2012-04-29 Thread Manaswi Saha
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. time works but all the others do not work. i.e. $ns_ at 0. "[$meshrouter_($i) agent 2

[ns] [Correction to the earlier mail] Simulation clock not moving ahead

2012-04-29 Thread Manaswi Saha
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. time works but all the others do not work. i.e. $ns_ at 0. "[$meshrouter_($i) agent 2

Re: [ns] [Correction to the earlier mail] Simulation clock not moving ahead

2012-05-01 Thread Manaswi Saha
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 Date: Sun, Apr 29,

[ns] New Multicast Protocol implemented: Segfault; Irregular behavior by ns2

2012-05-01 Thread Manaswi Saha
Greetings, I have implemented a new multicast routing protocol for wireless mesh networks in ns2.33. When run my scenario, program halts giving a "Segmentation fault". Using the gdb, I find the error is because it is trying to use AODV::NeighborTimer 's handle(). Error given by gdb: Program rec