[ns] Calculate TCP/UDP throughput in mobile/wireless/ad hoc network?

2012-03-26 Thread rajendra
Please send me a tcl script for calculating throughput

[ns] awk fille for calculating pdr, avg end to end delay, and throughput

2012-03-26 Thread rajendra

Re: [ns] WLAN sleep mode

2012-04-14 Thread Rajendra Dhoni
On Fri, Apr 13, 2012 at 11:27 PM, Bikash Nakarmi wrote: > > Hi there > > how to execute EAODV in ns 2.34 and please send me tcl script > regards > Bikash >

Re: [ns] vanet networks on ns2

2012-04-23 Thread Rajendra Dhoni
hi i am working on blackhole attack in aodv and i have install ns2.34 when i execute blackhole tcl it is not properly work please solve this problem my tcl script is following # == # Default Script Options # =

[ns] event management

2006-12-01 Thread Rajendra Prasad A
hi, as part of my research, i was exploring into the internals of ns-2 and i struck with how the event handling is done by ns-2. since ns is single threaded, how the context switch between events is taken place, i couldn't get it. i will be glad if any one help me about this.

[ns] ns-2 parallelism

2006-12-04 Thread Rajendra Prasad A
hi, I am using ns-2 for evaluating the performance of a router whose inflow is more than outflow. my doubt is since ns-2 is single threaded how can i get the parallelism that the router agent would receive morethan one packet at a time and how the process receiving the packets and the process

[ns] scheduling

2006-12-05 Thread Rajendra Prasad A
hi, can any one help me, about the scheduler process. when the scheduler deques an event from event list and calls the handler for that event, the commandstring is given to the TCL Interpreter. I cant understand what is happening afterwards. Every time who is going to insert events into the li