Skip to content

Commit 63003d6

Browse files
authored
Create README.md
1 parent 76b86ab commit 63003d6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.`

0 commit comments

Comments
 (0)