File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ # ComputerNetworksLab VTU 17 Scheme
2+ A best effort service to comment code and learn about this lab.
3+
4+ ## Installation Guide for NS2(Ubuntu)
5+ 1 . Install network simulator
6+ ` $sudo apt install ns2 `
7+
8+ 2 . Download xgraph from http://www.xgraph.org/linux/index.html for appropriate Ubuntu on your machine.
9+ 3 . Untar the downloaded file :
10+ ` $sudo tar -C /bin/xgraph/ -xvf xgraph_4.38_linux64.tar.gz `
11+ <br ><br > NOTE: This untared dir has a bin dir which contains the xgraph executable which we need to add to .bashrc
12+ 4 . Navigate to home using directory and open .bashrc file
13+ 5 . Create Alias for the command , add the below line into bashrc file
14+ `alias xgraph='path_to_the_untarred_dir/bin/xgraph' `
15+ 7 . Run the below command to reflect changes made to bashrc :<br >
16+ ` $ source ~/.bashrc `
17+ 6 . Have fun with tcl.`
You can’t perform that action at this time.
0 commit comments