项目作者: avinashhsingh

项目描述 :
Network Lab Programs, Computer Science, 7th semester, VTU
高级语言: Tcl
项目地址: git://github.com/avinashhsingh/Vtu_CSE_NetworkLab.git
创建时间: 2017-11-26T11:26:05Z
项目社区:https://github.com/avinashhsingh/Vtu_CSE_NetworkLab

开源协议:MIT License

下载


VTU Network Lab Program

This is the Network Lab Program prescribed by VTU University.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them.

  1. git
  2. network simulator 2
  3. network animator
  4. xgraph

Installing

Steps to download the Prerequisites and clone the remote repository.

download and install git, ns2, nam, xgraph(needed for PartA-lab5).

  1. sudo apt-get install git
  2. sudo apt-get install ns2
  3. sudo apt-get install nam
  4. sudo apt-get install xgraph

clone the repository

  1. sudo git clone https://github.com/avinashhsingh/Vtu_CSE_Network_Lab.git

Give the permission to the files present in directory Vtu_CSE_Network_Lab

  1. sudo chmod -r 777 Vtu_CSE_Network_Lab/

Run the Program

To run the network simulator, use the command

  1. ns filename.tcl

To run the awk script, use the command

  1. awk -f filename.awk filename.tr

To run the c program, use

  1. cc filename.c
  2. ./a.out

License

This project is licensed under the MIT License - see the LICENSE file for details.