LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-22-2011, 08:12 PM   #16
khan1354
LQ Newbie
 
Registered: Mar 2011
Location: uk
Posts: 16

Original Poster
Rep: Reputation: 0
Post vbr dealy and problem


Hi
Sorry to tell you that I still have problem in simulation of vbr. Because when I was trying to create the traffic with vbr it was not working properly. because rate was took as rate=0.0.and the delay was more than 100. And It was working fine with cbr.

I want to ask one thin that the in above message said addition of indep-utils/webtrace-conv/dec/Makefile : CC = g++-3.3 but while insertion of vbr I used in ns-2.34 of make file cc=gcc-4.3 and ccx= g++-4.3. So it make any difference to that files. Because g++-3.3 is lower version than g++-4.3.

I am doing my project on vbr and tcp traffic with 100 nodes with DSR
Please help its really urgent to me.......

Thanks in advance

with regards
Khan
 
Old 04-23-2011, 02:56 AM   #17
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 16, @ khan1354.

I don't remember why I wrote g++-3.3 in post #15.

g++-4.3 should do OK in ns-2.34. And : It really doesn't matter. AFAIK.
As long as it gets compiled, and you have the binary : dec-tr-stat

( ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/dec/dec-tr-stat ).

..
 
Old 04-23-2011, 06:44 AM   #18
khan1354
LQ Newbie
 
Registered: Mar 2011
Location: uk
Posts: 16

Original Poster
Rep: Reputation: 0
Post vbr dealy

but I am still getting problem in vbr. because insertion of vbr tcp also effected. As I said you traffic generation of cbr is workking fine and it taking data rate perfectly. but in vbr and tcp its not. Can you please check this site once
http://www.linuxquestions.org/questi...2-34-a-868010/
in the last posting you written about this. if you needed I will send traffic generated files
and if you needed I will you send traffic generated files of cbr and vbr.

one thing one I want to tell you I used the path for generating cbr, vbr , tcp as follows
cd ns-allinone-2.33/ns-2.33/indep-utils/cmu-scen-gen - ns234 cbrgen.tcl -type vbr -nn 20 -seed 1.0 -mc 10 -rate 4.0 > kk

please help me its really urgent to me

thanks in advance

with regards
khan

Last edited by khan1354; 04-23-2011 at 06:51 AM.
 
Old 04-30-2011, 02:25 PM   #19
khan1354
LQ Newbie
 
Registered: Mar 2011
Location: uk
Posts: 16

Original Poster
Rep: Reputation: 0
Unhappy how to create vbr traffic model

Hi

This is really urgent to me please tell me how to create vbr traffic model like other cbr and tcp.
I created vbr under --indeputils/cmu-scen-gen$ ns234 cbrgen.tcl -type vbr -nn 100 -seed 1.0 -mc 50 rate 4.0
but I run the similation every time time getting high dealy

Please tell me the proceedure to generate vbr traffic model.

this is really urgent to me I am doinng projhect on this.
please help me any one
if somebody knows please tell me

thanking you

with regards
khan
 
Old 04-30-2011, 03:18 PM   #20
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Google .. ns2 generate vbr traffic model ..
http://www.google.com/webhp#hl=en&su...2d9d5433c41066
> 119,000 hits.


Example, with code ( "myexample.tcl" )
http://ns2homeworkforbeginner.blogspot.com/

..
 
Old 05-01-2011, 04:07 AM   #21
khan1354
LQ Newbie
 
Registered: Mar 2011
Location: uk
Posts: 16

Original Poster
Rep: Reputation: 0
Post vbr traffic generation under smu-scen-gen

I am generating 100 nodes wireless scenario in adhoc networks with DSR. So my question is to how to to generate vbr traffic.

for this I used the this path ns-2.34/indep-utils/cmu-scen-gen$ ns234 cbrgen.tcl -type vbr -nn 100 -seed 1.0 -mc 20 -rate 4.0
So i want to know that can I use this command or not and I want to know that how can we increase the bandwidth and burst size.

Please help me it really urgent any one
 
Old 05-01-2011, 07:55 AM   #22
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 21, @khan1354.

ns234 cbrgen.tcl -type vbr -nn 100 -seed 1.0 -mc 20 -rate 4.0
Looks OK here. See the attachment.

Quote:
... how can we increase the bandwidth and burst size.
I don't know.

..
Attached Files
File Type: txt ns234cbrgen.tcl-run.txt (5.6 KB, 37 views)
 
  


Reply

Tags
cbrgen.tcl



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem in traffic trace file genration(VBR) in ns2.34 sanviarch Linux - Networking 4 09-15-2010 01:16 PM
i am using ubuntu as os. for NS2 to implement a routing protocol in ns2. sujovasu Programming 1 07-27-2010 01:44 AM
steps to install ns2-2.31 in fedora7 me_linuxkid Linux - Wireless Networking 0 09-26-2007 02:50 AM
VBR with Lame in Grip RemusX2 Linux - Software 1 03-04-2005 05:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration