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

here are the 3 changes in the ~ns-2.35/common/packet.h file



changes in the ~ns-2.35/trace/cmu-trace.cc file

~ns-2.35/trace/cmu-trace.h

~ns-2.35/tcl/lib/ns-packet.tcl

~ns-2.35/tcl/lib/ns-lib.tcl (two changes)


~ns-2.35/tcl/lib/ns-mobile.tcl

Here is the Makefile.in changes

If you don’t have patience to see the images above, please look the video for doing the WFRP Protocol
Once all these steps are completed, Open the terminal and go to the ~ns-2.35/ folder and give these commands one by one
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 3 changes in the ~ns-2.35/common/packet.h file
changes in the ~ns-2.35/trace/cmu-trace.cc file
~ns-2.35/trace/cmu-trace.h
~ns-2.35/tcl/lib/ns-packet.tcl
~ns-2.35/tcl/lib/ns-lib.tcl (two changes)
~ns-2.35/tcl/lib/ns-mobile.tcl
Here is the Makefile.in changes
If you don’t have patience to see the images above, please look the video for doing the WFRP Protocol
$ ./configureIf no errors in the compilation, execute the wfrp_802_15_4.tcl (given in the zip file), using
$ make
$ ns wfrp_802_15_4.tclThis file will generate the trace and nam file. Use the NAM file to see the animation using
$ nam filename.nam



