Hi all,
I wanted to enc/dec the packets in ns2.
I followed this link to add a new protocol for the same in ns2 "http://www.nsnam.com/2015/03/security-protocol-packet-in-ns2.html" and ended up with the following error.
invalid command name "Agent/Security_packet"
Can someone help me clear it??
# 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/
# make install
# cp ns ns235-security (This is your backup, and "recognizable security ns")
# 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/N-znLbhZf_4/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 https://groups.google.com/group/ns-users.
For more options, visit https://groups.google.com/d/optout.
export CC=gcc-4.8 CXX=g++-4.8 && ./installThanks a lot bro I got n combined with my MOVE TCL file thanks alot
--
And can I get code for like data not integrity like sender sent a message "HI" and the revived receive "HELLO" message
--