Git Product home page Git Product logo

cn-lab's Introduction

CN-Lab

This repository contains the programs that I worked out in the Computer Networks Lab.

Packages

The experiments in this repository require specific versions of ns, nam, and xgraph.

Installation

For Ubuntu, ns2 can be installed with sudo apt install ns2 commands and the specific versions of nam and xgraph can be installed via the DEB files found here (i.e sudo apt install ./<path/to/file.deb>) [Note: awk comes preinstalled in Ubuntu and other Linux distributions so a separate installation isn't necessary].

For ease of use, I have created a lightweight container image with the packages preinstalled. You can install it in Distrobox with the command distrobox create -i ghcr.io/kbdharun/cn-lab-image:latest -n ns and use it with the command distrobox enter ns.

Now you are all set, good luck networking.

Commands Cheatsheet

  • Run/start a simulation in Network Simulator:

ns <file>.tcl

  • Visualize the simulation in Network Animator:

nam <file>.nam

  • Perform analysis on the generated trace file:

awk -f <analysis-file>.awk <file>.tr

  • Plot x-y data plotter graphs:

xgraph <file1 file2 ...>

cn-lab's People

Contributors

kbdharun avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.