[ns] How to calculate the no.of data packets dropped

2006-02-25 Thread A Anupama
Hi I am simulating a modified AODV protocol on NS2. I used trace-all in my tcl file. Now, I want to calculate the no.of data packets dropped in the simulation. I am using cbr traffic on UDP connection (traffic generated by cbrgen command and senario generated using setdest). In the trace file I

[ns] How to retrive port number of an agent?

2006-02-25 Thread Prathap M
Hi, I am doing project in wired-cum-wireless network. i had attached 2 Agents to every Mobile nodes . Now i want to retrive the port number of an Agent. Kindly help me. regards, prathap

Re: [ns] tclcl build error for ns-2.27 under fedora core 4

2006-02-25 Thread Tom Henderson
> I can't install 2.27 because of this. Does anyone have a remedy for > this? I installed ns-2.29 perfectly and I was running it fine. But > for some certain modules I need to use 2.27. Appreciate the advice in > advance. I recommend that you take the ns-allinone-2.29 package, untar it, then

[ns] Simulation of 802.11e in ns2.29

2006-02-25 Thread Saurabh Sinha
Hi ns-users I'm new to ns. Till now i'm clear with the binding of the variable and the linkage. But i'm not very clear about the tracing, like from where is the trace file generated (the .cc code) . Also, when you apply 802.11e (EDCF) in ns2 how can we handle the case of threads (like managing

Re: [ns] tclcl build error for ns-2.27 under fedora core 4

2006-02-25 Thread Ritwik Mitra
hi! i had a similar problem. Although i tried to install NS-allinone-2.27 on Fedora Core 3. I installed tclcl-1.17 on my computer and tried to install NS-2.27 with that version. Download Tclcl-1.17 and copy the folder (Tclcl-1.17) after extraction into the ns-allinone-2.27 folder. Change the

[ns] Complete Implementation of DCF in ns2

2006-02-25 Thread saurabh sinha
Hi ns-users Can anybody provide me with the entire package of DCF (compatible in ns2.29) like: 1) Associtated Tcl scripts 2) Which all .cc / .h files used 3) Simulation result (with trace file, xgraph) 4) Also some simulation outputs: Throughput, Delay, Jitter Also I have a query that when y

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

2006-02-25 Thread Yaser Mahmood
respected sirs.. just i want to know how to make changes in makefile and which file i should change..the are makefile,makefile.in and makefile.vc.. then what i should do after changing and how to recompile ns-2.. with regards .. YAS

Re: [ns] Multicast error

2006-02-25 Thread N T Read
I had exactly the same error the other day. Try these lines of code, they worked for me: --- #specify your routing protocol set mproto DM #tell all nodes to contain multicast protocol agents set mrthandle [$ns mrtproto $mproto] -

[ns] Problem in sending Packet from the Agent in Wireless N/w

2006-02-25 Thread Prathap M
Hi, I am simulating wired-cum-wireless network using Ns2 . I had configured Mobile IP . Now i had implemented my own Agent and attached to Base station and Mobile node. Now i have the problem while executing tcl file . The problem is within the C++ file of my Agent. *The Purpose of My Ag