Re: [ns] Ns-users Digest, Vol 116, Issue 13

2013-08-19 Thread shubh
you should provide the whole address path where the tcl file is saved.. On Tue, Aug 20, 2013 at 5:30 AM, wrote: > Send Ns-users mailing list submissions to > ns-users@isi.edu > > To subscribe or unsubscribe via the World Wide Web, visit > http://mailman.isi.edu/mailman/listinf

[ns] how to enable queue such as pq, wfq etc in wireless scenario

2013-06-15 Thread shubh
I want wireless tcl codes that use queues fifo, pq, wfq. Not getting any idea as I am new to NS2. Where to start my work. How to enable different queues. please can anyone help me

[ns] install java in ubantu11.04

2013-06-15 Thread shubh
i have used the command sudo apt-get install sun-java6-jdk sun-java6-jre its showing error 404 file not found and also by using ubantu software center/developer tools it showing error that check network connection while I am connected to internet. please help me i have tried many times.

[ns] not able to make xgraph using awk scripts

2013-06-15 Thread shubh
awk scripts are running properly but not able to make xgraph i use commands: awk -f e2edelay.awk filename.tr > file.xgr xgraph file.xgr but it shows error that input is not valid. i have run these commands in many programs. awk scripts gives result but not able to make xg

[ns] how to make xgraph using awk code in NS2.35

2013-05-31 Thread shubh
Sir, I am not getting idea about making xgraph. As I want to make graph between time and throughput or other parameters. please tell me in detail from starting. As I have the awk code and .tr file. What are the commands. I will be very thankful if you explain me with the help of a demo. I am using

[ns] I can make movement file and traffic file but how to use these files

2013-05-30 Thread shubh
respected sir, I can make movement file and traffic file by using setdest command. But not getting any idea of what I have to do now or how to run these files. what will be the output.I am using NS2.35 on ubuntu. please help me.

[ns] regarding implementation of queuing mechanisms FIFO, PQ and WFQ in NS2

2013-05-28 Thread shubh
respected sir/ma'am I want to implement FIFO(first in first out), PQ(priority queue) WFQ( weighted fair queue) mechanisms in NS2. Basically my work is to show comparison among these three mechanisms.I m using NS2.35 on ubuntu. But not getting any idea. What steps should I follow to implement this