Re: [ns] repeat simulation

2008-02-26 Thread Samer Bali
de. For more information about the network scenario (node mobility, traffic, . etc.) see the following paper: S. Bali, J. Steuer and K. Jobmann, "Performance of Three Routing Protocols in UWB Ad Hoc Network Deployed in an Industrial Application," accepted in GLOBECOM'07: IEEE W

Re: [ns] repeat simulation

2008-02-26 Thread Samer Bali
m" with the same 5 parameters as in "run_pl" file. This will tabulate the results obtained from 1500 files into one file only. (*) What 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 wis

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. Thi

Re: [ns] ns-2 simulation

2008-01-17 Thread Samer Bali
h, 16. Januar 2008 10:44 To: [EMAIL PROTECTED] Subject: ns-2 simulation 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

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 cou

Re: [ns] post processing

2007-11-20 Thread Samer Bali
Dear Basim, You can download the software from the following link: http://www.ikt.uni-hannover.de/fileadmin/institut/mitarbeiter/bali/pl-sim-1. 1.zip there is a text file that explain how to use the software. If you need more information about the network scenario (node mobility, traffi

Re: [ns] Make failed: Command commence before first target ??!!?

2007-09-29 Thread Samer Bali
Also do not forget "\" at the end of the line except for the last one in obj_cc list. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ghada Al-Mashaqbeh Sent: Samstag, 29. September 2007 08:45 To: hossein fotouhi Cc: ns mailing list Subject: Re: [ns] Make

Re: [ns] Problem ricean propagation model

2007-09-15 Thread Samer Bali
From: ibrahim koda [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 a

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 C

Re: [ns] Installation problem with MW-Node patch for ns-2.29.3

2007-09-14 Thread Samer Bali
Yes, UNLESS the changes use some (functions , classes, variables,.) in the older version of ns-2 that are obsolete or no more available in the newer version. Anyway, you can try. From: Ghada Al-Mashaqbeh [mailto:[EMAIL PROTECTED] Sent: Freitag, 14. September 2007 11:40 To: Samer Bali Cc: ns

Re: [ns] Installation problem with MW-Node patch for ns-2.29.3

2007-09-14 Thread Samer Bali
:[EMAIL PROTECTED] Sent: Donnerstag, 13. September 2007 19:26 To: Samer Bali Cc: ns-users@isi.edu Subject: RE: [ns] Installation problem with MW-Node patch for ns-2.29.3 Thank you for reply, But how can I modify it manually. On the screen only the following information appears: (for example

Re: [ns] Installation problem with MW-Node patch for ns-2.29.3

2007-09-13 Thread Samer Bali
>From my little experience, all patches assume that ns-2 has the original installation settings. If you applied one patch, some files will be changed. Then if you applied another patch, some changes will not be done because the previous patch changed some files and the locations of the changes in

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

2007-09-12 Thread Samer Bali
prop_inst [$ns_ set 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

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: Sent: Friday, August 24, 2007 8:58 AM Subject: [ns] impleme

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: 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 > a new pa

[ns] trace analysis example

2007-02-27 Thread Samer Bali
email again: "with ns-2, one should write his own scripts to ensure that he obtains the right results from trace files." Yours, Samer On 2/26/07, Samer Bali <[EMAIL PROTECTED]> wrote: Hi all, As I said, it depends on what you want to extract from the trace file. In my c

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

2007-02-26 Thread Samer Bali
ins the right results from trace files. I spent 3 months 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 Subj

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

2007-02-26 Thread Samer Bali
he obtains the right results from trace files. I spent 3 months trying understanding how Tracegrapgh works, whereas it tooks only 2 weeks to write my own script. Cheers, Samer - Original Message - From: Old Maven To: Samer Bali Cc: ns-users@isi.edu Sent: Sunday, Febru

[ns] Tracegraph CANNOT BE TRUSTED in all simulation scenarios

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 multi

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 multi

[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]>; > Sent: Tu

[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]>

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 th

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: Sent: Friday, July 28, 2006 11:46 AM Subject: Re: [ns] NOAH Patch with NS-2.2[789] > > > Hi > > I have been

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 bo

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: Sent: Monday, May 01, 2006 10

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: Sent: Sunday, April 16, 2006 7:11 PM Subject: [ns] help to find OBJ_CC

Re: [ns] error compiling pdns 2.27

2006-02-06 Thread Samer Bali
Hi Igor, Simply delete line 238 in the file "rti/rtisched.cc" ** M.Sc.-EE. Samer Bali Institut für Kommunikationstechnik (ehemals: Institut für Allgemeine Nachrichtentechnik) Universität Hannover Appelstrasse 9A

[ns] new PHY layer implementation

2006-02-06 Thread Samer Bali
available to the public? I appreciate any help in advance. Best Regards, Samer Bali

[ns] new PHY layer implementation

2006-02-03 Thread Samer Bali
available to the public? I appreciate your help in advance. Best Regards, Samer Bali ** M.Sc.-EE. Samer Bali Institut für Kommunikationstechnik (ehemals: Institut für Allgemeine Nachrichtentechnik) Universität Hannover

[ns] AODV using Queue/DropTail/PriQueue versus DSR using CMUPriQueue

2006-02-01 Thread Samer Bali
queque: AODV using Queue/DropTail/PriQueue DSR using CMUPriQueue Questions: Does any body know what is the reason for this? What is the difference between these two queues? I apreciate any help in advance. ** M.Sc.-EE. Samer Bali

[ns] modulation module in ns-2

2006-01-05 Thread Samer Bali
object (ns-lib.tcl) and (ns-mobilenode.tcl)? or should I make additional changes to the PHY and MAC modules in ns-2? Your suggestions are highly appreciated. Thanks in advance. NOTE: I want to add this module to work with 802.15.4 PHY/MAC modules provided by ns-2. Best Regards, Samer Bali