hi juliana...
can u send me the complete procedure for installing ns-2.28 in linux and also for wimax patch .
i am very thaxful to u. plz i am in trouble for my reasearch.
faisalsiddiqui786@gmail.com
hi juliana.. i am doing my reasearch on scheduling algorithm in mobile wimax. i am using ns-2.33 but i am in trouble for installing patch on ns-2.33 . can u give e the link how to configure ns-2.33 for mobile wimax. plz send me in my mail.
thanxs.…
I want to make a silmualation about scheduling in wimax use ns-2.29. I use WFQ algoritm as a scheduler.
I confuse how to set weight with WFQ algoritm in WiMAX.
it's my script about WFQ, but i don't understand how to set WFQ server queue weights (.$cl setweight and $cl setlength).Would you help me to explain about my problem??
# install a simplex link with WFQ queue sink node and base station
# when packets move back, simple DropTail is used
$ns simplex-link $sinkNode $bstation 11Mb 2ms WFQ
# create an instance of the classifier suited for flow aggregation
set cl [new WFQAggregClassifier]
# install the classifier on the WFQ server at node $n0 heading at nt $n1
$ns wfqclassifier-install $sinkNode $bstation $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
$cl setqueue 2 5; # fid 2 -> WFQ server queue 5
#we set WFQ server queue weights
$cl setweight 3 0.5; # WFQ server queue 3 has weight 0.5
$cl setlength 3 13; # WFQ server queue 3 has length 13 packets
$cl setweight 4 0.5; # WFQ server queue 5 has weight 0.5
$cl setlength 4 13; # WFQ server queue 5 has length 13 packets
$cl setweight 5 0.5; # WFQ server queue 5 has weight 0.5
$cl setlength 5 13; # WFQ server queue 5 has length 13 packets
I want to make a simulation about WiMAX network with ns-allinone-2.29,
but after i succesfull patch "patch-wima-prerelease-092206" there is an error,
when i running command "ns",bash : "ns:command not found".
I am currently working on wimax in NS2 simulation ....
initially simulated road, but when I replace the CBQ queue,
simulation so error "str2addr: Address -1 outside the range of address field length 2048".
please help me
whether there is a difference when we use the old and new wireless trace format?
because when I use the old one, which counted the number cbr 5750 but when I use the new one, it conuted 9886 of cbr.
Hi Juliana
I am doing research on "Seamless mobility in Mobile WiMAX" and using NS-2 simulator with NIST WiMAX mobility package. I need your help regarding FMIPv6 patch for NS-2. If you have FMIPv6 patch or aware of any code that could be integrated into NS then please do let me know. I will highly thankful to you.
Juliana consegui obter o valor razoavel da vazão do fluxo BE com a distribuição mixed, fazendo as alterações já citadas abaixo e alterando no script_vazao.sh o filtro do BE fazendo ... | grep http | ... ao invés de grep tcp.
Qualquer dica ou orientações novas são bem vindas.
Obrigado