LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Need a ns2 file with specific version (https://www.linuxquestions.org/questions/linux-software-2/need-a-ns2-file-with-specific-version-4175554254/)

um3 09-23-2015 12:07 AM

Need a ns2 file with specific version
 
Hi,

My question may be trivial but I need ns2 source files with specific version
for eg: /nfs/jade/vint/CVSROOT/ns-2/trace/cmu-trace.cc,v 1.66

Is there some repository where I can go and search/get a specific version? or How do I know which release of ns2 this version (cmu-trace.cc,v 1.66) is present?

Problem is Google search not helpful for this..

Thank you

um3 09-23-2015 12:59 AM

I know that's a trivial question.

I made it by downloading all possible ns2 source tar balls from http://www.isi.edu/nsnam/dist/

Then doing a find command to search for a file.
cd <<folder-with-all-ns2-repositories>
find . -type f -name cmu-trace.cc|xargs grep CVSROOT

Thank You

knudfl 09-23-2015 05:50 AM

No file overview / repository for ns2.

cmu-trace.cc :

Line 37, ns-2.1b9a :
* $Header: /nfs/jade/vint/CVSROOT/ns-2/trace/cmu-trace.cc,v 1.67

Line 37, ns-2.1b9 :
* $Header: /nfs/jade/vint/CVSROOT/ns-2/trace/cmu-trace.cc,v 1.66
. http://www.isi.edu/nsnam/dist/ns-allinone-2.1b9.tar.gz
. http://www.isi.edu/nsnam/dist/ns-src-2.1b9.tar.gz


-


All times are GMT -5. The time now is 03:03 AM.