Re: [ns] Activate CTS/RTS..

2009-01-20 Thread souhaj
IEEE 802.11 Spec, section 11.4.4.2 > ** default values for the MAC Attributes */ > > #define MAC_RTSThreshold 0 // bytes > > > > souhaj wrote: >> >> hello >> >> i want to know how can i activate the use of CTS/RTS i

[ns] Activate CTS/RTS..

2009-01-20 Thread souhaj
hello i want to know how can i activate the use of CTS/RTS in the tcl file... if i don't mention any thing in the tcl file, their use is activated or disactivated PLZ i need help.. -- View this message in context: http://www.nabble.com/Activate-CTS-RTS..-tp21566783p21566783.html Sent f

Re: [ns] otcl tutorial needed

2009-01-10 Thread souhaj
http://www.openmash.org/developers/docs/otcl-doc/ tanixmukherzee wrote: > > can ne1 suggest a gud otcl tutorial.i found one.but that seems not > enuf...plz do provide useful links > -- View this message in context: http://www.nabble.com/otcl-tutorial-needed-tp21371733p21387410.html Sent

Re: [ns] NAM does not run wireless simulation over ns 2

2009-01-09 Thread souhaj
try this command... first as first remark its preferable to work under this directory : /ns-allinone-2.33/bin and put in it the trace file , the nam file and obviously the Tcl file..ok second i will suppose that you have done this.so to run the nam file : exec ./nam /home/faraz/Desktop/ns-alli

[ns] e2e delay

2009-01-09 Thread souhaj
hello i am workin with ns...and i am tring to analyse the trace file.. i have found an awk programm that calculate the end to end delay... http://mailman.isi.edu/pipermail/ns-users/2007-August/060808.html however i didn't understand, this part of the program (i know that is calculating the end

Re: [ns] how to intall ns-allinone-2.33 and modify all the environment variables on fedora core 9

2009-01-05 Thread souhaj
you have to add this paths (LD_LIBRARY_PATH=/home/ns-allinone/..) to the file .bashsrc this file is on /home/XXX. it is a hidden file... to get it you have to select an option : visualise hidden file from the menu of the window tanixmukherzee wrote: > > how to intall ns-alli

[ns] add a metric to OLSR

2009-01-05 Thread souhaj
Hello I am working now on OLSR protocol...i want to add a new metric to this protocols so i dont know where i do the modification...in which part ??? can you help me PLZ.. thanks.. -- View this message in context: http://www.nabble.com/add-a-metric-to-OLSR-tp21289966p21289966.html Sent

Re: [ns] Segmentation fault

2009-01-03 Thread souhaj
I have resolved the problem Instead of, set opt(ifq)Queue/DropTail/PriQueue; use: set opt(ifq)CMUPriQueue; souhaj wrote: > > Hello i am using ns2 2.30 and 2.29 under fedora 9.. > i am using wireless roouting protocols AODV, DSDV, OLSR... > i h

Re: [ns] TraceGraph Helpppppp!!!

2009-01-03 Thread souhaj
to use the trace graph you have to do some operations: - get the information taht you need from the trace file (*.tr) exemple delay, loss ratio by using either awk langage or Perl langage. and you will put this results by redirection on a file (*.xgr) - you go under ns-allinone/bin and you put t

[ns] Segmentation fault

2009-01-03 Thread souhaj
Hello i am using ns2 2.30 and 2.29 under fedora 9.. i am using wireless roouting protocols AODV, DSDV, OLSR... i have an error segmentation when using DSR... i have tried to change Linux version by using Mandrake 9.2.. PLZ can you help me to solve this error.. thanks in advance.. -- View thi