Re: [ns] help needed to rectify error......

2009-05-16 Thread Nikheel Kumar
thanx for coopration i got the error :) On Sat, May 16, 2009 at 11:17 AM, Nikheel Kumar iamnikh...@gmail.comwrote: *hi all, friends this tcl script is very necessary for my thesis please replay ASAP. i am using n-2.31 with cygwin Actually i want to simulate short session and to measure

[ns] help needed to rectify error......

2009-05-15 Thread Nikheel Kumar
*hi all, friends this tcl script is very necessary for my thesis please replay ASAP. i am using n-2.31 with cygwin Actually i want to simulate short session and to measure the distribution of the transmission duration of the number of ongoing connections and the throughput in TCP connections.

[ns] help needed

2009-05-12 Thread Nikheel Kumar
*hi friends, following is the code for TCP connection that shares a noisy bottle link with a UDP connection.* set ns [new Simulator] $ns color 1 Blue $ns color 2 Red #open the NAM trace file set nf [open first_out.nam w] $ns namtrace-all $nf #open the trace file set tf [open first_out.tr w]

[ns] invalid command name MAC_MIB help needed

2009-05-10 Thread Nikheel Kumar
hi all, please tell me what is invalid command name MAC_MIB error. i tired to search for this. plz help me. regards,

[ns] nam problem

2009-05-06 Thread Nikheel Kumar
hello all, whenever i m running nam it gives following message: Cannot connect to the existing nam instance. starting a new one why this message every time comes. regards,

[ns] ARODV routing protocol

2009-05-03 Thread Nikheel Kumar
hello friends, friends in need ARODV routing protocol's tcl script. if u have please mail me that tcl script. thanks

[ns] make error

2009-04-30 Thread Nikheel Kumar
hi all while i am using make in my ns directory(ns-2.31): $ make clean; make depend; make it gives the following error Makefile:74: *** missing seperator (did you mean TAB instead of 8 speaces?) stopped Makefile:74: *** missing seperator (did you mean TAB instead of 8 speaces?) stopped

[ns] help needed

2009-04-29 Thread Nikheel Kumar
hello all, i am working on ns-2.31. i make some changes in 802_11.cc files and save it as my_802_11.cc now i want to use this file with 802_11.cc in my wireless simulation for comparing it with the 802_11.cc file. how can i do this? please help me regards,

[ns] help needed

2009-04-29 Thread Nikheel Kumar
hello all, i am working on ns-2.31. i make some changes in 802_11.cc file and save it as my_802_11.cc and i want to use this both file (802_11.cc my_802_11.cc) in my wireless simulation for comparing with each other for knowing throughput enhancement . how can i do this? please help me

[ns] How to add/modify wireless MAC protocol....

2009-04-26 Thread Nikheel Kumar
hi all dear friends i am an PG student working towards my thesis work i want to do some modification in wireless MAC protocol can anybody tell me how can i make this and what are d different files(*.cc, *.h, *.tcl) in which i have to make changes. i also want to compare my modified protocol

[ns] help needed

2009-04-21 Thread Nikheel Kumar
hello all, friends i m an postgraduate student and want to simulate admission control algorithm for IEEE 802.11e wireless technology please give suggestion for this that how can i simulate this scenario. where should i have to make changes either in .cc file or in tcl script. actually i want to

[ns] what is invalid command PLevels and how to install semi package

2009-04-17 Thread Nikheel Kumar
*hello friends, i want to simulate various wireless scenario, i m using semipackage ns-afedcf i don't know how to install it in ns-2.31.here some lines of tcl script main.tcl of package to access different wireless scenario:* # Set defaults; its important to set defaults before parsing #

[ns] what is invalid command PLevels

2009-04-16 Thread Nikheel Kumar
*hello friends, i want to simulate various wireless scenario, here some lines of tcl script to access different wireless scenario:* set modeDCF;# mode for this test DCF/PCF set pcf_period0;# CFP period for pcf mode set pcf_duration0

[ns] what is invalid command PLevels

2009-04-15 Thread Nikheel Kumar
*hello friends, here some lines of tcl script to access different wireless scenario:* set modeDCF;# mode for this test DCF/PCF set pcf_period0;# CFP period for pcf mode set pcf_duration0;# CFP duration for pcf mode set

[ns] error while running wireless simulation

2009-04-12 Thread Nikheel Kumar
*hi all, friends actually i m new one in using ns so facing many problems while solving error in running tcl file so kindly help me. i m running following tcl file :* # wireless3.tcl # simulation of a wired-cum-wireless topology running with mobileIP #

[ns] error while making wireless simulation

2009-04-11 Thread Nikheel Kumar
*hi all, friends there is error while running following tcl file on ns-2.31 in cygwin:* # A simple example for wireless simulation # == # Define options # ==

[ns] nam error urgent help needed

2009-04-10 Thread Nikheel Kumar
*hi all, ** whenever i m running followin simple tcl file using ns-2.31 on Cygwin:-* #Create a simulator object set ns [new Simulator] #Open the nam trace file set nf [open out.nam w] $ns namtrace-all $nf #Define a 'finish' procedure proc finish {} { global ns nf $ns flush-trace

[ns] nam error urgent help needed

2009-04-09 Thread Nikheel Kumar
hi all, whenever i m running followin simple tcl file:- #Create a simulator object set ns [new Simulator] #Open the nam trace file set nf [open out.nam w] $ns namtrace-all $nf #Define a 'finish' procedure proc finish {} { global ns nf $ns flush-trace #Close the trace file

[ns] what is this invalid command MAC_MIB problem

2009-03-27 Thread Nikheel Kumar
invalid command MAC_MIB problem hi all i m working towards my thesis. i got a simulation package through google ns-aedcf.tar.gz related to my work after untar it when i ran cl file main_AEDCF_EDCF.tcl simulation as par readme file of d package it gives error invalid command MAC_MIB what is