Re: [ns] why not response!!!!

2007-11-14 Thread Mohammed Abu Hajar
Creating random traffic-pattern for wireless scenarios Random traffic connections of TCP and CBR (Constant Bit Rate) can be setup between mobile nodes using a traffic scenario generator script. This traffic generator script is available under ~/ns-2.28/indep-utils/cmu-scen-gen and is cal

Re: [ns] why not response!!!!

2007-11-14 Thread Mohammed Abu Hajar
Creating random traffic-pattern for wireless scenarios Random traffic connections of TCP and CBR (Constant Bit Rate) can be setup between mobile nodes using a traffic scenario generator script. This traffic generator script is available under ~/ns-2.28/indep-utils/cmu-scen-gen and is call

[ns] Energy model question?

2007-11-14 Thread bilge kartal
Hi, Can anyone explain me that what is happening in the following code piece of wireless-phy.cc. I know it is too long :)) but i just want to know why it doesnt use txtime directly. What does "gap adjust time and actual txtime" mean . It is same in SendUp process too. In that case it computes act

[ns] video streaming over wireless

2007-11-14 Thread Gloria
Hello, Did any one know how to simulate video streaming over wireless networks in ns2? Thanks a lot!!! :-) Glo.

Re: [ns] why not response!!!!

2007-11-14 Thread Mohammed Abu Hajar
I think its possible, you know that there are a header file *.h and an implementation file *.cc and *.tcl for configuration simulation file in C++ code use: Tcl& tcl = Tcl::instance(); tcl.evalc("Any statement written in you TCL configuration file"); const char* tmp = tcl.resultf() ; int N

Re: [ns] video streaming over wireless

2007-11-14 Thread Mohammed Abu Hajar
See this PDF file, may help you www.stanford.edu/~bgirod/pdfs/Zhu_Girod_EUSIPCO_07.pdf http://hpds.ee.ncku.edu.tw/~smallko/ns2/Evalvid_in_NS2.htm Regards, Mohammed AbuHajar Gloria <[EMAIL PROTECTED]> wrote: Hello, Did any one know how to simulate video streaming over wireless n

Re: [ns] target_ ->recv ()

2007-11-14 Thread Teerawat Issariyakul
Well, It is if you just implement the codes like that. In most cases, however, you will not instantiate an object from class Connector. You will implement a class derived from class Connector. In the derived class, you will also have to override function recv. For example, you can invoke functi

[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 fi