Re: [ns] Installing multiple version of ns-2.

2011-02-14 Thread Prabhat .
There is no harm in running multiple versions of ns2. I am running ns2.34 / ns2.31 / ns2.28 on same machine. On Tue, Dec 14, 2010 at 2:44 PM, YunQiang Su wzss...@gmail.com wrote: yes, you can ./configure --prefix=/prefix1 ./confgure --prefix=/prefix2 then ,they will be installed to

Re: [ns] data transfer in wimax network from one mobile node to another mobile node and then to base station

2011-02-14 Thread Prabhat .
If you haven't, you need to patch ns2.31 with a wimax module for this. Module and documentation here : http://www.nist.gov/itl/antd/emntg/ssm_tools.cfm On Thu, Dec 9, 2010 at 2:41 PM, prabhakar_dorge2007 prabhakar_dorge2...@rediffmail.com wrote: Hi everyone, I have to

Re: [ns] Query regarding ns2 start/stop session!!

2011-02-14 Thread Prabhat .
You can keep an expression that suits your scenario in place of the value of time to start and stop. Consider the following example, nb_mn is no. of nodes set diff 0.02 for {set i 0} {$i $nb_mn} {incr i} { $ns at [expr $traffic_start+$i*$diff] $cbr_($i) start $ns at [expr

[ns] About BE scheduler evaluation

2011-02-13 Thread Prabhat .
with 25 MN crashes ns2 with segmentation fault, however it throws no error with 24,26,27 or any other no. of MN. Why is that happening ? Thanks for your time. -Prabhat

Re: [ns] About BE scheduler evaluation

2011-02-13 Thread Prabhat .
http://read.pudn.com/downloads112/sourcecode/windows/comm/468593/802.16jModule/etc/tcl/wimax/test-be.tcl__.htm On Sun, Feb 13, 2011 at 4:26 AM, Prabhat . anastomosis.j...@gmail.comwrote: I am working on ns2.31 patched with NIST wimax add-on. It has an example file, test-be.tcl to evaluate

[ns] wimax module for ns 2.31/2.34

2010-12-31 Thread Prabhat .
Can this wimax module ( http://www.lrc.ic.unicamp.br/wimax_ns2/ ) be patched with ns 2.31 / ns 2.34 ? I have these versions of ns on my system but just couldn't install ns 2.28 for this. Please respond.

Re: [ns] wimax module for ns 2.31/2.34

2010-12-31 Thread Prabhat .
not be patched with any other version of ns except ns2.28. -- *From:* Prabhat . anastomosis.j...@gmail.com *To:* ns-users@ISI.EDU *Sent:* Fri, December 31, 2010 2:08:13 PM *Subject:* [ns] wimax module for ns 2.31/2.34 Can this wimax module ( http://www.lrc.ic.unicamp.br

[ns] schedular design for wimax

2010-09-10 Thread Prabhat .
I have my goal to design a simple wimax scheduler in ns2. I have recently installed ns2.31 and patched it with NIST wimax module. Being a novice, i seek help on how to proceed for this. Please help out. -Regards.

[ns] help required

2010-09-09 Thread Prabhat .
I have my goal to design a simple wimax scheduler in ns2. I have recently installed ns2.31 and patched it with NIST wimax module. Being a novice, i seek help on how to proceed for this. -Regards.

[ns] code for performance evalution of scheduling algo of wimax

2010-09-06 Thread Prabhat .
will be highly appreciated. Regards. -Prabhat

[ns] understanding the wimax test file

2010-09-06 Thread Prabhat .
actually get the code properly. Can anybody comment the code in a descriptive way ? I urgently need some help. Your help will be highly appreciated. Regards. -Prabhat

[ns] difficulty installing ns2.28-allinone-package on ubuntu 10.04

2010-08-23 Thread Prabhat .
while executing $ ./install compile.out the error generated was : ld: libotcl.so: hidden symbol `__stack_chk_fail_local' isn't defined ld: final link failed: Nonrepresentable section on output make: *** [libotcl.so] Error 1 otcl-1.9 make failed! Exiting ... *the contents of compile.out is