Giter Site home page Giter Site logo

pythonista7 / computernetworkslab Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 7.0 5.54 MB

Computer Networks Lab Programs(VTU CSE 5th Sem 2017 CBCS Scheme)

Java 32.56% Tcl 65.25% Awk 2.19%
computernetworks vtu vtulab vtulabprogrammes cbcs-scheme vtucse5thsem network-simulator ns2-programming ns2-tutorial ns2-installation

computernetworkslab's Introduction

ComputerNetworksLab VTU 17 Scheme

A best effort service to comment code and learn about this lab.

Installation Guide for NS2(Ubuntu)

  1. Install network simulator $sudo apt install ns2

  2. Download xgraph from http://www.xgraph.org/linux/index.html for appropriate Ubuntu on your machine.

  3. Untar the downloaded file : $sudo tar -C /bin/xgraph/ -xvf xgraph_4.38_linux64.tar.gz

    NOTE:
    a. I have untarred this to my /bin/xgraph/ directory(of which the xgraph dir is once which Ive mkdir'd).You can choose to untar it to your desired location by replacing /bin/xgraph to your destination dir path.

    b. This untared dir has a bin dir which contains the xgraph executable which we need to add to .bashrc

  4. Navigate to home using directory and open .bashrc file (.bashrc is a hidden file and hence may not show up in your file-explorer,either options->show hidden files or open it on VIM via the terminal).

  5. Create Alias for the command , add the below line into bashrc file
    alias xgraph='path_to_the_untarred_dir/bin/xgraph'

  6. Run the below command to reflect changes made to bashrc :
    $ source ~/.bashrc

  7. Have fun with tcl.`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.