[ns] WFQ Patch

2007-12-04 Thread alejandro gomez


hello everybody
 
During a couple of days i have been trying to install the patch that i 
downloaded from Mr Alexander Savyenko web site.
 
I am running ns 2.27 on windows xp, the problem is when i run the command
 
./patch.sh /usr/local/ns-allinone-2.27
 
i works, then i try to run ./configure and it does it but at the end says 
 
Can't dinf X library
 
i run command make
 
And it says
 
Makefile.in is newer than Makefile
you need to re- run ./configure
false
make: *** [Makefile] Error1
 
can anybody tell me what is wrong?
 
because i try to run again ./configure but it does not work
 
regards
_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


[ns] wfq scripts

2007-11-21 Thread alejandro gomez


Hello every body
 
I am traying to implement wfq scripts in ns2.29 running on windows xp, i 
download the patch from the, of course the last version, i fllow the 
instructions that readme file has, an d apparently it is working. but when i 
run the example that is with the package it sends the follwing error
 
   (_o3 cmd line 1)
   invoked from within
"_o3 cmd wfqclassifier-install _o16 _o19 _o82"
   invoked from within
"catch "$self cmd $args" ret"
   invoked from within
"if [catch "$self cmd $args" ret] {
set cls [$self info class]
global errorInfo
set savedInfo $errorInfo
error "error when calling class $cls: $args" $..."
   (procedure "_o3" line 2)
   (SplitObject unknown line 2)
   invoked from within
"ns wfqclassifier-install $r $d $cl "
   (file "example.tcl line 75)
 
can anybody tell me, wht si wrong with this??
Is it the patch installed correctly or i am making a mistake, because it should 
run after it is installed
 
thanks
 
 
 
 
_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


[ns] patch to wfq

2007-11-14 Thread alejandro gomez


hi everyone: i am trying to patch ns2.29 running on win xp with the patch i 
downloaded from http://www.cc.jyu.fi/~sayenko/, i follow the instructions but, 
i have no idea how to run the make. file or someting like that, i just run 
./patch.sh and then i know i have to do something with a make file. can anybody 
help me, i am new on this, and i need to know thanks in advances 
_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


[ns] wfq simulations

2007-11-08 Thread alejandro gomez


hi everyone, 
 
i am trying to implement some examples about wfq algorithm, and i already check 
the website http://www.cc.jyu.fi/~sayenko/ where i found some examples, but it 
is needed to run a patch. thestepa follow are:
 
1- I download the patch and the examples
2- unzip in the folder where i have the others scripts (work folder)
3- I run the patch, accrding to the readme file.
4- it says: usage patch.
5 i try to execute the example attached but it does not work.
 
can anybody helpme, what am i doing wrong??
_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


[ns] WFQ algorithm

2007-11-05 Thread alejandro gomez


hi everybody:
 
I am trayng to run a simulation of WFQ o ns2 2.29, and it does not permit me to 
run it, it says there is an error in the line where the link is specified and 
it says the WFQ (type of queue) is not a valid command.
 
and when I change the WFQ queue type for DropTail or SFQ, the error dissapears, 
 
Is there anything wrong with the script? or do i need a library on ns2??
 
I attach the script
 
set ns [new Simulator]set n0 [$ns node]set n1 [$ns node]set f [open out.tr 
w]$ns trace-all $f
# install a duplex link with WFQ queues at both ends$ns duplex-link $n0 $n1 5Mb 
2ms WFQ # create an instance of the classifier suited for flow aggregationset 
cl [new WFQAggregClassifier] # install the classifier on the WFQ server at node 
$n0 heading at nt $n1$ns wfqclassifier-install $n0 $n1 $cl  # in this example 
we have a flow for each queue but# more than one flow can be assigned to the 
same WFQ server queue(PGPS session)$cl setqueue 0 3; # fid 0 -> WFQ server 
queue 3$cl setqueue 1 4; # fid 1 -> WFQ server queue 4 #we set WFQ server queue 
weights$cl setweight 3 .5; # WFQ server queue 3 has weight .5$cl setlength 3 
13; # WFQ server queue 3 has length 13 packets$cl setweight 4 .2; # WFQ server 
queue 5 has weight .2$cl setlength 4 20; # WFQ server queue 5 has length 20 
packets 
$ns at 1.0 "$cbr0 start"$ns at 1.1 "$cbr1 start"$ns at 3.0 "finish"$ns run
_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


[ns] WFQ Simulation

2007-11-01 Thread alejandro gomez

Hello everybody:
 
I am trying to implement a simulation about scheduling discipline with wfq 
algorithm, but i have not found any example,
 
can anybody help me with a reference or with a simple example, only to have an 
idea.
 
I already look for information and examples in ns2 web site but i could not 
find anythink useful
 
thanks
_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


[ns] plots in ns2

2007-10-25 Thread alejandro gomez

hi every one:
 
I have benn trying ti make some scripts and my goal is to obtain some plots 
about the packets behaviour.
 
I am runing ns2 on windows xp with cywgin and i hav an example which uses tha 
xgraph to get the plot.
 
Is there any specific procedure to genearte the file tr and run the xgraph???
 
how can i do it (obtain the graph runing xgraph)
 
thanks in advance
_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


[ns] installation of tracegraph

2007-10-22 Thread alejandro gomez

Hi everybody: 
 I'm trying to install tracegraph under windows. I followed the 
 following procedures : 
 Installation instructions on Windows 
 1)Download tracegraph 2.05 and mglinstaller.exe from the internet
 2)unzip tracegraph202.zip to say, c: cygwin\ns-allinone\tracegraph
 3)execuate mglinstaller.exe, when it asks for directory name, enter 
 c: cygwin\ns-allinone\tracegraph
 4) add c: cygwin\ns-allinone to your enivronment PATH 
 5)how to add to environment PATH?? 
 right click on Mycomputer and select properties 
 From properties select Advanced tab 
 Select environment path variables 
 Select PATH and add your path to it 
 Thats it tracegraph is now ready!! 
6)copy tracegraph.exe in win32 folder

 now i try to run tracegraph and noyhing happens.

can anybody tell me where i am making the mistake, i new in this simulator and 
i dont know
 
_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


[ns] graphs in ns2

2007-10-18 Thread alejandro gomez




From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Date: Thu, 18 Oct 2007 04:20:09 
-0500


Hello everybody: >After reading tracegraph manual, still I'm not sure what I 
need to >do to get a graph. Could you please tell me in which steps I'm >making 
mistakes. i'm not a programmer or professional in computer, > I installed ns2 
on windows xp (all in one)

Express yourself instantly with MSN Messenger! MSN Messenger 
_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


[ns] graphs in ns2

2007-10-03 Thread alejandro gomez

Hi:
 
I have a problem, I need to run some simulations on ns2 but I also need the  
graphs about the traffic behavior,
can anybody tell me how to do it?
 
I already found an example and it worked, but i tried with another example and 
ii could not do it.
 
_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


[ns] Problem with random-motion protocol

2007-09-19 Thread alejandro gomez

hi:I am trying to run a script in wireless scenario and when i try run it,
the progrma says there is a mistake in the command random motion for {set i 0} 
{$i < [expr $num_row*$num_row ] } {incr i} {=20set node_($i) [$ns_ 
node]=20$node_($i) random-motion 0 ;# disable random motion}Can anybody tell 
me, I checked in the forum and i saw a suggestion to change the value from 0 to 
1 but it does not work also
_
Se parte de la mayor comunidad de blogs en México. Crea tu propio espacio 
gratis.
www.live.spaces.com