Other Work
Links
Categories
-
Category Archives: NS-2
Compiling ns2.28 on Fedora 12 with gcc 4.*
Earlier I mentioned that compiling ns2.28 these days is difficulty. Using gcc 3.3.6 and gcc 3.4 you will still struggle. So use this patch ns228-gcc40.patch.text ns-allinone-2.28 directory and run the patch command. patch -p1 < ns228-gcc40.patch.txt You should then be … Continue reading
Posted in NS-2, Simulation
Leave a comment
Bluetooth simulation using NS2 and UCBT on Fedora 12
Anyone who's worked with the NS2 simulator knows, and lets be blunt - It's a cluster fuck of mismatched c and c++ held together by the drool of academics who've aimlessly dribbled it out of the corner of their mouths … Continue reading
Posted in NS-2, Simulation
Leave a comment
Adding a new MANET Routing Protocol in NS2
Learning how to add a new routing protocol to NS2 is critical to my research and is a good starting point for anyone wishing to know the ins and out of the NS2 simulator and who finds the official documentation … Continue reading
Posted in NS-2, Simulation
Leave a comment