Re: [ns] Problem compiling ns-2.29 with WFQ mod for Nortel Diffserv

2006-03-02 Thread Alexander Sayenko
Hi Use the following implementation of WFQ for DiffServ, it works http://www.cc.jyu.fi/~sayenko/src/dsred.diff Sincerely, Alexander Sayenko (PhD) Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland > > Hello, > > I need to use WFQ scheduler for Diffserv simu

[ns] RED parameters

2006-03-02 Thread #LIM XIAOWEI#
HI!! Would like to clarify some things with you. I tried to vary only the min and max thresholds for RED, so as to conclude the min and max behaviors, however, no matter how i change the thresholds, the results are the same. When i change the threshold values + the throughput of the channel

Re: [ns] how to calculate the overhead ?

2006-03-02 Thread Sasan
This is total number of packets transmitted during your simulation, but note that for the packets that have transmitted over multiple hops, each packet transmission on a single hop is count as one transmission, this represents the overhead of your routing protocol. from the trace you can find the

[ns] Lot of packets are being dropped when Mobile Node transmits to Base St .

2006-03-02 Thread Prathap M
Hi, I am doing project in wired-cum-wireless network. Mobile Ip is configured. Now am sending packets from Mobile node to Base station. The problem is that lot of Packets are being dropped in the Base station when mobile node is sending packets to Base station , 50% percent of the traffic is l

[ns] who to built tcl for adijkstra alg.

2006-03-02 Thread mohd hammad
Dear NS-USERS Hi My problem is who to write ADIJKSTRA tcl is there are any body who help me Plz best Regards __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[ns] Wireless mesh network script

2006-03-02 Thread Clement Nyirenda
Dear Ns users, I would like to evaluate various AQM schemes in a wireless mesh network setup where one AP connected to a wired network and several APs connected wirelessly to the initial AP. All the APs have a number of nodes both static and mobile. If anyone has ever implemented such a wirele

[ns] How to get the position of node in Tcl (NS2 Command)?

2006-03-02 Thread Mohammed Alchaita
I need to get the location of node (X and Y) in NS2. any help please? Regards Mhmd.

Re: [ns] Problem with handoff between 802.11 and UMTS

2006-03-02 Thread Sasan Sahraei
UMTS air interface is CDMA based, is this supported by NS-2? I doubt it S. > > > Dear all: > > I patched ns-eurane-111.diff.gz(UMTS) for clean ns-2.28. > Then I want to see how a mobile node handoff from 802.11 to UMTS (on > sctp). > But I am not familiar with UMTS system .So I have no idea to

[ns] need help to calculate number of hops !!!!!!!

2006-03-02 Thread hamdi benmessaoud
hi ALL , I want to calculate the number of hops in my network I get 3 replies from ns-users so I tried this 3 possibilities : 1)is to use $ns_ new-trace and after I use the parmaeter Pf whitch calculate the number of hops but when i add in my script $ns_ new-trace I get a lot

Re: [ns] How to get the position of node in Tcl (NS2 Command)?

2006-03-02 Thread Qasim Raza Iqbal
OK, its there but you just could not find it. Another place to look at is the example in NS2 manual Look at section 16.1.2 Creating node movements, at the end of that page there is a working example procrdure that shows how to log movement very 0.1 sec,, I am sure that will help you. I have tr

[ns] Packet Dropping

2006-03-02 Thread #LIM XIAOWEI#
Hi! I've realised that even after defining a bottle neck link to be very small, there is still NO SIGN on packet dropping! How could it possible? where could have been the mistake?? Do enlighten me. Thanks zoe

[ns] Buffer Size

2006-03-02 Thread #LIM XIAOWEI#
Hi! how do you find the buffer size for the router when we implement RED? The problem we have right now is the router refuse to drop any packets no matter how we define the link. Pls help! Thanks zoe

Re: [ns] Error Model in ns-2.29

2006-03-02 Thread Svilen Ivanov
Hello, the attached example script is for network emulation, but you should be able to use the error modeling for a simulation as well. The lines 55 - 62 create an object in each node for error modeling. It drops 1 percent of the packets. proc UniformErr {} { set err [new ErrorModel]

Re: [ns] xgraph problem

2006-03-02 Thread Cenker Demir
Yes, it is an installation problem. Jing Li wrote: > >when using xgraph, it was like "couldn;t execute 'xgraph': no such file or >directory". Is it an installation problem? i got the xgraph-12.1 folder, but no >executable file. is it because of this? > > >

[ns] How to trace MPLS packets

2006-03-02 Thread Dennis
Hi ALL, does anyone know how to trace MPLS packets!? Regards, Dennis

Re: [ns] How to get the position of node in Tcl (NS2 Command)?

2006-03-02 Thread Sasan
new CMU trace provide -Nx, -Ny and -Nz in the trace file Sasan On 3/2/06, Mohammed Alchaita <[EMAIL PROTECTED]> wrote: > > > > > I need to get the location of node (X and Y) in NS2. any help please? > > Regards > > > > Mhmd. > > > > -- Plan for things to go wrong, Design for things to go righ

Re: [ns] Problem compiling ns-2.29 with WFQ mod for Nortel Diffserv

2006-03-02 Thread Dahshan, Mostafa H.
Dr. Sayenko, Can you please explain to me how to apply the .diff files to the appropriate .h or .cc files? As I understand, the file diffserv_wfq.diff is for dsred.cc and the file dsred.diff is for dsred.h. Is this correct? I haven't used the diff tool with .diff files before. Thank you for y

[ns] How to enable HELLO message in AODV ?

2006-03-02 Thread Heo Heo
Could anyone let me know how to enable Hello message in AODV ? I read from a post somewhere that Hello message is not enabled by default. After having it enabled, how should I find out the Hello message in the trace file ? Thanks a lot for your help. ---

[ns] path&run scripts

2006-03-02 Thread Alexandra Cioroianu
Hello everybody! I have NetSim 2.29 on my computer.The installation was successful and i tried to run the first script, example1.tcl,but i get the message "ns-command not found". The problem is i don't how to set the path variables for the executable and for the libraries.Is it that i have to

Re: [ns] path&run scripts

2006-03-02 Thread Cenker Demir
Hello, After the installation, you will see the lines explaining how to set the path variables. After setting these variables, as far as I remember, I copied the ns.exe from ns2.29 to /bin/ directory. try that, it should work. regards Cenker Alexandra Cioroianu wrote: > >Hello everybody!

Re: [ns] path&run scripts

2006-03-02 Thread Sasan
Alexandra, are you saying that you get to trouble when running the .tcl script? it depends on the shell you are running this from. you might need to include path to ns using either of the set, setenv, etc i.e. setenv PATH $PATH: or PATH=$PATH: export PATH have I understood your question rig

Re: [ns] path&run scripts

2006-03-02 Thread René Orlando Lozada Gutiérrez
Hi. Bye René Lozada -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Alexandra Cioroianu Enviado el: Jueves, 02 de Marzo de 2006 01:26 p.m. Para: ns-users@ISI.EDU Asunto:

[ns] power of node

2006-03-02 Thread shahram mohrehkesh
Dear ns users, I want to get the residual power of a node in tcl script. How could I get it ? Thanks in advance for any help. Regards,Shahram Mohrehkesh

[ns] RREQ in aodv

2006-03-02 Thread shahram mohrehkesh
Dea ns users, I want to change method of reply to RREQ in AODV. I want to get more RREQ than the first one and then reply to only one of them which I want. How could I perform it ? Thanks in advance for any help. Regards,Shahram Mohrehkesh

[ns] how to calculate the overhead?

2006-03-02 Thread BENMESSAOUD ASMA
Hi, We want to calculate the overhead in NS version 2.29 (with Tcl) in order to compar the routing protocols used in the simulation of an ad'hoc network. So , most of the documents we have read said that this task is done by using one of the fields of the trace file , but we didn't find

[ns] Atomatic dataRate in 802.11g in ns-2.28

2006-03-02 Thread Jonathan Lopez Figueroa
Hello. I´m working on 802.11g in ns-2.28. I need to make automatic change in dataRate depending in distance between tow nodes. I tried to make some changes on the on the mac-802_11.h and in the mac-802_11.cc but they did not worked for me. I make some other changes in ns-default.tcl and ns-mac

[ns] How to calculate the overhead ?

2006-03-02 Thread BENMESSAOUD ASMA
Hi, I want to calculate the overhead in NS version 2.29 (with Tcl) in order to compar the routing protocols used in the simulation of an ad'hoc network. So , most of the documents we have read said that this task is done by using one of the fields of the trace file , but i didn't find t

Re: [ns] How to enable HELLO message in AODV ?

2006-03-02 Thread Tiago Camilo
Hi Heo, You need to coment the following 2 lines in aodv.h file #define AODV_LINK_LAYER_DETECTION #define AODV_USE_LL_METRIC The recompile the ns code and you will start seeing the Hello packets on trace file Regards, Tiago Camilo -Original Message- From: [EMAIL PROTECTED] [mailto:[

[ns] Connecting agent and node

2006-03-02 Thread Mikko Särelä
Hi, I would like to ask how do the agent and node connect each other in ns-2.29. I've noticed that the simulator attach-agent tcl function (ns-lib.tcl) does it, which then calls for the node attach -function (ns-node.tcl). The Node instproc attach adds the agent to the agents_ list in the Node.

Re: [ns] RED parameters

2006-03-02 Thread Soo-Hyun Choi
You will need to change max_p and q_weight as well. Sally's recommendation for the max_p is to set it as twice as the loss rate. Soo-Hyun On 3/2/06, #LIM XIAOWEI# <[EMAIL PROTECTED]> wrote: > > HI!! > > Would like to clarify some things with you. > I tried to vary only the min and max thresholds

[ns] propagation model

2006-03-02 Thread Sasan Sahraei
All, Is it possible to support multiple propagation model? is this a good design choice as if the d become > or < cross-over distance , it would make a possibillity of more packet processing by MAC layer? If so, how could it be done when configuring a node in Tcl? Thanks, S.

Re: [ns] Problem compiling ns-2.29 with WFQ mod for Nortel Diffserv

2006-03-02 Thread Dahshan, Mostafa H.
OK I downloaded http://www.cc.jyu.fi/~sayenko/src/diffserv_wfq.diff and http://www.cc.jyu.fi/~sayenko/src/dsred.diff to the ns-allinone-2.29 directory. Edited both files replacing 2.28 with 2.29. Then: patch -p0 < diffserv_wfq.diff patch -p0 < dsred.diff That worked! Thank you very much for y

[ns] ROUTING OVERHEAD

2006-03-02 Thread cp kothari
  HI, while calculating routing overhead of manet routing protocol i am getting least number of routing pkts in case of DSDV where as eveywhere it is said that DSDV has max overhead being proactive. i have compared AODV, DSR, DSDV for the 50 nodes, 500x500,siml time=100,pause time=0,10,2

[ns] reading trace files

2006-03-02 Thread Nauman Afzal
Hi, I just sucessfully ran wireless.tcl file but am finding it difficult to read trace files. I mean when I open wireleee.tr the info is kind of cryptic. What do these different fields denote? Any ideas how to read it? Thanks in advance, Best, Nauman

Re: [ns] Problem compiling ns-2.29 with WFQ mod for Nortel Diffserv

2006-03-02 Thread Alexander Sayenko
RE: [ns] Problem compiling ns-2.29 with WFQ mod for Nortel DiffservHi Nice to hear that they work in NS v2.29. I had no time to test these modules in the new version. Sincerely, Alexander Sayenko (PhD) Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland --