Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

Latest commit

 

History

History

program6

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

6. Implement and study the performance of CDMA on NS2/NS3 (Using stack called Call net) or equivalent environment

Reference:

For downloading the package ns-allinone-2.35, use this link.

For installing the package, refer to this video.

Try to run the .TCL file, and if it doesn't work out for you; run the following commands

sudo apt-get update -y
sudo apt-get install -y libperl4-corelibs-perl

After successful execution of the above steps, try to run the program by,

ns program_name.tcl

Note:

You will need to edit 'raghavendrakm' in the following lines(line 79, 80) with your system username, in the file p6.tcl:

set GETRC "/home/raghavendrakm/ns-allinone-2.35/ns-2.35/bin/getrc"
set RAW2XG "/home/raghavendrakm/ns-allinone-2.35/ns-2.35/bin/raw2xg"