$ tar xvf ns-allinone-2.35_gcc482.tar.gz
https://drive.google.com/file/d/0B7S255p3kFXNSGJCZ2YzUGJDVk0/view?usp=sharing
$ cd ns-allinone-2.35/
$ patch -p0 < security_ns235.patch
https://drive.google.com/file/d/0B7S255p3kFXNZFNxcnppMDN4R2M/view?usp=sharing
$ ./install
$ cd ns-2.35/
$ sudo make install
$ cp ns ns235-security (This is your backup, and "recognizable security ns")
$ sudo cp ns235-security /usr/local/bin/
Simulation :
$ cd security/
$ ns235-security security.tcl : Perfect.
( Or $ ../ns security.tcl )--
You received this message because you are subscribed to a topic in the Google Groups "Network Simulator 2 (NS2)" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-users/meXuj8NSa14/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-users+u...@googlegroups.com.
To post to this group, send email to ns-u...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-users.
For more options, visit https://groups.google.com/d/optout.
Hello sir,
Yes I have 64 bit OS. So I have to reinstall the nam after uninstalling 32 bit nam??
tar xvf ns-allinone-2.35_gcc482.tar.gz
cd ns-allinone-2.35/
./install
cd nam-1.15/
sudo make install--
You received this message because you are subscribed to the Google Groups "Network Simulator 2 (NS2)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-users+u...@googlegroups.com.
To post to this group, send email to ns-u...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-users.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Network Simulator 2 (NS2)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-users+u...@googlegroups.com.
To post to this group, send email to ns-u...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-users.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Network Simulator 2 (NS2)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-users+u...@googlegroups.com.
To post to this group, send email to ns-u...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-users.
For more options, visit https://groups.google.com/d/optout.
Ok sir..I will retry installing nam. I din't know that nam can be installed directly by clicking it.
$ ns235-security security.tcl--
You received this message because you are subscribed to the Google Groups "Network Simulator 2 (NS2)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-users+u...@googlegroups.com.
To post to this group, send email to ns-u...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-users.
For more options, visit https://groups.google.com/d/optout.
https://www.google.com/webhp?hl=all&gws_rd=ssl#hl=en&q=adding+a+new+aodv+protocol
Example
. https://www.youtube.com/watch?v=5QgBK9F_dtI
. http://users.rowan.edu/~hnatyshin/Publications/OW10_paper739_session1558_final.docx
... And we have blackholeAODV http://www.linuxquestions.org/questions/tags/blackhole/
-
Sir i have tested..Ii is added successfully. Thank you. I have to embed RSA code in aodv. Can you help me?? Where the changes should be done?
--
--
You received this message because you are subscribed to the Google Groups "Network Simulator 2 (NS2)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-users+u...@googlegroups.com.
To post to this group, send email to ns-u...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-users.
For more options, visit https://groups.google.com/d/optout.
cd ns-2.35/
cp ns ns-draodv
sudo cp draodv /usr/local/bin/
Simulation : ns-draodv draodv-routing.table.tclNew protocol : Recompile ns-2.35/ and save the new executable 'ns' as /usr/local/bin/ns-new-name
Your "DRAODV" :... Only in that way you can be sure you are using the right executable 'ns'.cd ns-2.35/
cp ns ns-draodv
sudo cp draodv /usr/local/bin/
Simulation :ns-draodvdraodv-routing.table.tcl
I.e. your errors indicate the use of an 'ns' with no ``droadv´´ compiled into it.
I.e. i.e. I get the same errors : $ ns-orig draodv-routing.table.tcl
.... where 'ns-orig' of course is an 'ns' with no draodv.
-
On Tuesday, November 10, 2015 at 6:01:15 PM UTC+1, Nidhi Chhajed wrote:
Hello sir,draodv-routing.table.tcl is same as aodv-routing.table.tcl sent by you. I have only changed protocol name from AODV to DRAODV. Rest all is same. I am attaching draodv-routing.table.tcl with this mail. Please check it.
--
You received this message because you are subscribed to the Google Groups "Network Simulator 2 (NS2)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-users+u...@googlegroups.com.
To post to this group, send email to ns-u...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-users.
For more options, visit https://groups.google.com/d/optout.