Skip to main content

Posts

Showing posts from July, 2013

VLAN implementation using NS2

WSN Flooding Routing Protocol (WFRP) in Network Simulator (NS-2.35)

Installation of WFRP (WSN flooding routing protocol) as given in the site http://elmurod.net/en/index.php/archives/157 . This post will help you to install the wfrp protocol in the Network Simulator 2.35 (ns-2.35) and you can run this without any bug or error Here are the files to be corrected and downloaded: Download this Zip file and uncompress it and copy it to the relevant folders as given below (Instead of manual changes, you can copy the files and recompile) – Please take a backup of your NS-2.35 folder as these changes may affect your existing recompiled sources. Copy these three files (wfrp.cc, wfrp.h, wfrp_packet.h)   in the folder called ~ns-2.35/wfrp ~ns-2.35/Makefile.in ~ns-2.35/queue/priqueue.cc ~ns-2.35/common/packet.h ~ns-2.35/trace/cmu-trace.h ~ns-2.35/trace/cmu-trace.cc ~ns-2.35/tcl/lib/ns-packet.tcl ~ns-2.35/tcl/lib/ns-lib.tcl ~ns-2.35/tcl/lib/ns-agent.tcl ~ns-2.35/tcl/lib/ns-mobilenode.tcl Here are the following changes (changes gives in the