Re: [ns] repeat simulation

2008-02-26 Thread Samer Bali
Hi, I wrote a code to calculate many parameters: packet delivery ratio, normalized throughput, routing overhead ratio, end2end delay, hop count and connection time. Furthermore, this code is suitable in case you want to repeat your simulation experiment many times to take the average of them.

Re: [ns] repeat simulation

2008-02-26 Thread Samer Bali
should I do with this one file? In MATLAB, run the file plot_pl_avg.m to obtain various plots and graphs. Hope this help. Best wishes, Samer -Original Message- From: Basim Javed [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 26, 2008 11:35 AM To: Samer Bali Subject: Re: [ns] repeat

Re: [ns] repeat simulation

2008-02-26 Thread Samer Bali
, 2007. Downloadable at: http://www.ikt.uni-hannover.de/index.php?id=publikationen0 Best wishes, Samer -Original Message- From: Basim Javed [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 26, 2008 12:31 PM To: Samer Bali Subject: Re: [ns] repeat simulation hello Samer I dont think

Re: [ns] ns-2 simulation

2008-01-17 Thread Samer Bali
January 16, 2008 Dear Mr. Samer Bali I am from Thailand. I am studying master degree at KMUTT. I have been interested in ad hoc network and DYMO routing protocol. I would measure routing overhead and packet delivery ratio for my project. I would like to ask you that your modules

Re: [ns] Genrating graphs from trace file generated by OLSR ( tracegraph)

2007-11-27 Thread Samer Bali
Dear Sasi, I used tracegraph some time ago, but I found it inefficient and sometimes gives misleading results. Therefore I do not use it anymore. Instead, I wrote my own code to calculate many parameters: packet delivery ratio, normalized throughput, routing overhead ratio, end2end delay, hop

Re: [ns] Problem with Realistic Channel Propagation made by Wu Xiuchao

2007-09-15 Thread Samer Bali
Did you recompile ns-2? After changing any tcl file you should run 'make' command again. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ghada Al-Mashaqbeh Sent: Samstag, 15. September 2007 11:22 To: ns-users@ISI.EDU Subject: [ns] Problem with Realistic

Re: [ns] Problem ricean propagation model

2007-09-15 Thread Samer Bali
[mailto:[EMAIL PROTECTED] Sent: Samstag, 15. September 2007 12:29 To: [EMAIL PROTECTED] Subject: Problem ricean propagation model Dear Samer Bali I am new to NS-2, and frankly I am still in the learning phase to use it in my study, I am trying to include the .cc and .h classes

Re: [ns] How to add new C++ classes to NS-2 2.31?

2007-09-12 Thread Samer Bali
propInstance_] $prop_inst MaxVelocity 2.5; $prop_inst RiceanK6; $prop_inst LoadRiceFile rice_table.txt; / ***/ I got the follwing error: invalid command Propagation/Ricean What shall I do? Thanx Samer Bali [EMAIL

Re: [ns] How to add new C++ classes to NS-2 2.31?

2007-09-11 Thread Samer Bali
You should add it to Makefile.in under OBJ_CC (as I remember). Then you run configure then make. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ghada Al-Mashaqbeh Sent: Dienstag, 11. September 2007 20:21 To: ns-users@ISI.EDU Subject: Re: [ns] How to add

Re: [ns] implementation of OLSR in ns2.29 or ns2.31

2007-08-24 Thread Samer Bali
Try this link: http://masimum.dif.um.es/?Software:UM-OLSR I installed it on ns2-29 under linux suse 10.1, and it works without problems. Hope this helps. Samer - Original Message - From: Ababaa Hamba [EMAIL PROTECTED] To: ns-users@ISI.EDU Sent: Friday, August 24, 2007 8:58 AM Subject:

Re: [ns] Problem regarding make.

2007-03-05 Thread Samer Bali
try: make clean make depend make - Original Message - From: aritra pal [EMAIL PROTECTED] To: ns-users@ISI.EDU Sent: Monday, March 05, 2007 6:34 PM Subject: [ns] Problem regarding make. hello all , I am facing a problem regarding the ns-2.26.i have created

Re: [ns] Tracegraph CANNOT BE TRUSTED in all simulation scenarios

2007-02-26 Thread Samer Bali
trying understanding how Tracegrapgh works, whereas it tooks only 2 weeks to write my own script. Cheers, Samer - Original Message - From: Pragasen Mudali To: Samer Bali Sent: Monday, February 26, 2007 7:42 AM Subject: Re: [ns] Tracegraph CANNOT BE TRUSTED in all simulation

Re: [ns] ns2 post-analysis of the trace files

2007-02-24 Thread Samer Bali
hi all, I used Tracegraph to analyse trace file of ns-2. I found that it works good when there is no frequent packet drops and retransmission. In a simulation where a large packet drops and retransmission exist (for example in my case I used the shadowing model in the PHY layer and used a

[ns] need EMERGENCY HELP PLZ segmentation fault pbm

2007-02-07 Thread Samer Bali
don't let the node move to the border limit exactly. You should write, e.g.,: $node($i) setdest [expr $x-0.01] [expr $y-0.01] $vitess or extend your area limit a little bit. Good Luck, Samer - Original Message - From: amira bourayou [EMAIL PROTECTED] To: [EMAIL PROTECTED];

[ns] need EMERGENCY HELP PLZ segmentation fault pbm

2007-02-07 Thread Samer Bali
don't let the node move to the border limit exactly. You should write, e.g.,: $node($i) setdest [expr $x-0.01] $y $vitess or extend your area limit a little bit. Good Luck, Samer - Original Message - From: amira bourayou [EMAIL PROTECTED] To: [EMAIL PROTECTED]; ns-users@ISI.EDU

Re: [ns] warning: no class variable God::path_analysis_

2006-11-22 Thread Samer Bali
Hi, To solve this problem, simply add the following line in tcl/lib/ns-default.tcl file (with god parameters): god set path_analysis_ 0 Best wishes, samer --- Matthias Budde matthi.budde at web.de wrote: Wed Oct 4 09:53:41

Re: [ns] ns2.26 installation problem

2006-10-18 Thread Samer Bali
Hi, ns-2.26 will only work with GCC-3.2.3 or lower. Therefore, follow these steps: 1. Install GCC-3.2.3 (mind the 3.2.x) ( http://gcc.gnu.org/ ). To compile and install it is quite easy, simply read the INSTALL/index.html file. Then, make sure the GCC binary is used for the compilation of

Re: [ns] NOAH Patch with NS-2.2[789]

2006-07-28 Thread Samer Bali
Try this link: http://icawww1.epfl.ch/uwb/ns-2.html From: Alexander Sayenko [EMAIL PROTECTED] To: ns-users@ISI.EDU Sent: Friday, July 28, 2006 11:46 AM Subject: Re: [ns] NOAH Patch with NS-2.2[789] Hi I

Re: [ns] ns226 - ns228 differences

2006-07-11 Thread Samer Bali
Hi Christos, Hi all, I noticed also that TCP behaviour is different between the two versions (ns-2.26 ns-2.28). I ran the same simulation on both versions and I noticed that in ns-2.26 there is more dropped packet than in ns-2.28. I do not know if this is a bug in ns-2.26 or not. Has any

Re: [ns] why noone wants to help me? :(

2006-05-02 Thread Samer Bali
Hi, Go to this web link: http://mailman.isi.edu/pipermail/ns-users/2004-December/046223.html and read Message: 34. I think you will find the solution for your prblem there. Regards, Samer bali - Original Message - From: [EMAIL PROTECTED] To: ns-users@ISI.EDU Sent: Monday, May 01

Re: [ns] help to find OBJ_CC !!

2006-04-17 Thread Samer Bali
Salam Mohammad, You can find it in the following file: .../ns-allinone-2.29/ns-2.29/Makefile.in Regards, Samer Bali - Original Message - From: Mohammed Abu-Khadra [EMAIL PROTECTED] To: ns-users@ISI.EDU Sent: Sunday, April 16, 2006 7:11 PM Subject: [ns] help to find OBJ_CC !! hi