[ns] how to simulate wireless mesh network in ns-2.31
Mostafa Fouda
mostafafoda at hotmail.com
Wed Jul 16 00:49:43 PDT 2008
IEEE 802.16 Wireless Mesh Networks in ns-2
This is a patch to the Network Simulator 2 (ns-2) that allows IEEE 802.16d Wireless Mesh Networks to be simulated. No support to the Point-to-Multipoint mode is included in this patch. Only the Mesh mode.
This
is the first public release of the this software. Therefore, it is
expected that some problems that have not surfaced while we were using
the simulator will happen to you.
The functions for enabling data transmission at the MAC
layer are fully implemented. Access to the data sub-frame is negotiated
by means of the three-way handshake specified by the standard, while
scheduling is implemented according to the Fair End-to-end Bandwidth
Access (FEBA) algorithm described in a technical paper
presented at IEEE INFOCOM 2006. Access to the control sub-frame is
implemented according to the standard distributed election procedure
described in a tutorial manner in this paper.
Installation
To install the patch, follow the instructions below:
1. download the ns-allinone-2.31 package from SourceForge
2. unpack the file that you just downloaded in your preferred location
(let us assume the location is /usr/local). This will create a
directory named /usr/local/ns-allinone-2.31
3. download the latest ns2mesh80216 patch (let us assume that you downloaded the file in /tmp)
4. apply the patch, by executing the following command:
'cd /usr/local/ns-allinone-2.31/ns-2.31 ; \
gzip -dc /tmp/ns2mesh80216-2.31-071030.patch.gz | patch -Np1'
5. compile the all-in-one patched ns-2.31, by executing the following command:
'/usr/local/ns-allinone-2.31/install'
You
are now ready to run the Tcl scenario example wimax/tcl/mesh.tcl. You
will find many useful pointers on what-to-do-next in the same directory.
The ns2mesh80216 patch includes the following modules:
* ns2measure (more information available here)
* ns2voip (more information available here)
---------------
Mostafa FOUDA
Ph.D. Candidate
Tohoku University, Sendai, Japan
URL: http://www.it.ecei.tohoku.ac.jp/~mfouda/
> Date: Tue, 15 Jul 2008 22:07:01 -0700
> From: shwt_sk at yahoo.com
> To: ns-users at ISI.EDU
> Subject: [ns] how to simulate wireless mesh network in ns-2.31
>
>
>
>
> hi ,
> to all please tell me how to simulate wireless mesh networks.
> thank u...
>
>
>
>
>
_________________________________________________________________
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx
More information about the Ns-users
mailing list