I have another idea, try to use a traffic scenario generator tools 
"cbrgen.tcl." that is located in the "~/ns-2.28/indep-utils/cmu-scen-gen" to 
generate your CBR traffic in a separte file. and link your file within your TCL 
scipt. I think this is a good technique, I used it befor. Beside that you can 
use AWK or Perl or bash scripts for extracting results form the simulated 
output file. So If want to want to test this way I will privide you some 
scripts and I will assist you.

About proc I think there is some statement should written in you procedure 
block.. let me search about that.

Regards.
Mohammed AbuHajar

----- Original Message ----
From: Nabila khedimi <[EMAIL PROTECTED]>
To: Mohammed Abu Hajar <[EMAIL PROTECTED]>; ns-users@isi.edu
Sent: Wednesday, November 21, 2007 8:48:28 PM
Subject: RE: OK


just to your knowledge, no problem arises  for the exponnential traffic, the 
procedure works perfectly,  can a cbr  traffic simulated by a an exponential 
with 0 for  idle time?
Thanks for help
________________________________
> Date: Tue, 20 Nov 2007 10:08:51 -0800
> From: [EMAIL PROTECTED]
> Subject: OK
> To: [EMAIL PROTECTED]
> 
> Dear Mis,Nabila
> I will review this point and will return to you as sooner as possible,don't 
> worry about that.
> 
> Regards
> Mohammed AbuHajar
> 
> ----- Original Message ----
> From: Nabila khedimi 
> To: Mohammed Abu Hajar 
> Cc: NS_2 Mailing List 
> Sent: Tuesday, November 20, 2007 4:38:48 PM
> Subject: RE: [ns] Traffic generation in a proc
> 
> Hi,
> I am still wondering about the no generation of a trafic when it is done by a 
> procedure  although the same code made outside works, but when I put it in a 
> procedure it does not!!!  anyone has an idea
> nabila
> 
> 
> Date: Mon, 19 Nov 2007 10:46:30 -0800
> From: [EMAIL PROTECTED]
> Subject: Re: [ns] Traffic generation in a proc
> To: [EMAIL PROTECTED]
> CC: ns-users@isi.edu
> 
> Hi ns user,
> Try to wirte the cbr traffic without procedure to show it is correct or not. 
> Like
> 
> # Traffic Source 1: Mobile node1->node3, flowid=1
> set udp1 [new Agent/UDP]
> $ns_ attach-agent $node_(1) $udp1
> $udp1 set class_ 1
> $udp1 set fid_ 1
> set cbr1 [new Application/Traffic/CBR]
> $cbr1 attach-agent $udp1
> $cbr1 set rate_ 20kb
> $cbr1 set packetSize_ 512
> #$cbr1 set interval_ 0.2
> # Set loss monitor (to count bytes) at node 3
> set null1 [new Agent/Null]
> $ns_ attach-agent $node_(8) $null1
> # Connect the CBR generator to the loss monitor
> $ns_ connect $udp1 $null1
> 
> 
> Cheers,
> Mohammed AbuHajar
> 
> ----- Original Message ----
> From: Nabila khedimi 
> To: ns-users@ISI.EDU
> Sent: Monday, November 19, 2007 7:27:35 PM
> Subject: [ns] Traffic generation in a proc
> 
> 
> 
> Hi every one,
> I wrote a tcl proc for the generation of a cbr trafic :
> 
> proc generate_cbr_traffic {agent_src size rate start_time end_time} {
> global ns          puts "In generate cbr: $agent_src $size $rate $start_time 
> $end_time" set cbr_ [new Application/Traffic/CBR] $cbr_ set type_ CBR $cbr_ 
> set packetsize_ $size $cbr_ set rate_ $rate $cbr_ attach-agent $agent_src $ns 
> at $start_time "$cbr_ start" $ns at $end_time "$cbr_ stop"}
> 
> I made the connection of the udp agents outside the procedure , when I call 
> the procedure, in the NAM environment no traffic was generated ,
> 
> 
> Thanks for your help
> nabila
> _________________________________________________________________
> Your smile counts. The more smiles you share, the more we donate.   Join in.
> www.windowslive.com/smile?ocid=TXT_TAGLM_Wave2_oprsmilewlhmtagline
> 
> 
> ________________________________
> Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how.
> 
> Have fun while connecting on Messenger! Click here to learn more.
> 
> 
> ________________________________
> Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it 
> now.

_________________________________________________________________
R U Ready for Windows Live Messenger Beta 8.5? Try it today!
http://entertainment.sympatico.msn.ca/WindowsLiveMessenger


      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

Reply via email to