[ns] Fw: RSVP and NS2

2006-09-27 Thread Alexander Sayenko
> Hi > > Officially is it not included in NS-2. You can use RSVP implementation from > my Website: > http://www.cc.jyu.fi/~sayenko/src/ns2rsvp-1.3-ns2.28.diff.gz > > Sincerely, > Alexander Sayenko (PhD) > Senior Assistant > Telecommunication laboratory, MIT depart

Re: [ns] RSVP-TE implementation

2006-09-27 Thread Alexander Sayenko
Hi There was (I hope that there also is) some RSVP-TE implementation. Just browse NS-2 mailing archive. Sincerely, Alexander Sayenko (PhD) Senior Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland > > Hi all > is there any tested RSVP-TE imple

Re: [ns] Fwd: Help with WFQ-Scheduler for Wireless networks

2006-10-24 Thread Alexander Sayenko
written by our research group with the simulation results from NS-2. Sincerely, Alexander Sayenko (PhD) Senior Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland > > Hi > > I am trying to find the Scheduler based on Weighted Fair Queuing for > Wi

[ns] WFQ v1.2.5

2006-11-22 Thread Alexander Sayenko
versions: v2.27, v.2.28, v2.29 and v2.30. Sincerely, Alexander Sayenko (PhD) Senior Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland

[ns] OTcl and documentation

2006-11-27 Thread Alexander Sayenko
Doxygen program because the NS-2 has both the C++ and OTcl code. Does anybody know FLEX well enough to extend the Doxygen scanner.l file ? :-) Sincerely, Alexander Sayenko (PhD) Senior Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland

Re: [ns] DiffServ and signalling protocol messages

2006-11-30 Thread Alexander Sayenko
://www.cc.jyu.fi/~sayenko/src/dsred.diff Sincerely, Alexander Sayenko (PhD) Senior Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland > > Hi, > > I have a question regarding DiffServ and signaling > protocol message. Does the signaling protocol

Re: [ns] Strange problem with AWK

2006-12-08 Thread Alexander Sayenko
know if you solve it. Sincerely, Alexander Sayenko (PhD) Senior Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland Hi, I am currently running crazy with a very simple AWK skript... but for any reason awk does not read any floating point variables from my

Re: [ns] New version of WFQ

2005-12-20 Thread Alexander Sayenko
> Augusto > > > - Mensagem Original ---- > De: Alexander Sayenko <[EMAIL PROTECTED]> > Para: ns-users@isi.edu > Assunto: [ns] New version of WFQ > Data: 14/12/05 14:02 > > > > > > > Dear NS users > > > > I am pleased to announce a new version of

Re: [ns] Difference between red.cc and queue.cc

2006-01-06 Thread Alexander Sayenko
Hi queue.h declares a common class for all underlying queueing mechanisms, while red.h, cbq.h and so on are particular implementations. Just take a look at the class definitions. I have to mention that I do not like an approach taken in NS-2 since it makes many people, and especially beginners,

Re: [ns] Floating Point Exception in DiffServ application

2006-01-15 Thread Alexander Sayenko
Hi Due to some changes made between ns v2.27 and v2.28, some DiffServ examples fail with this error. Make sure that you set the mean packet size. It must help. Sincerely, Sayenko Alexander Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland > > ---

[ns] New version of COPS

2006-01-31 Thread Alexander Sayenko
Hi A new version of the COPS protocol for the NS-2 simulator is available: http://www.cc.jyu.fi/~sayenko/src/ns2cops-0.7.tar.gz Sincerely, Alexander Sayenko (PhD) Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland

Re: [ns] Fw: AQM and scheduling

2006-01-31 Thread Alexander Sayenko
Hi In DiffServ framework you can use the desired AQM with the required scheduling discipline, in particular WFQ (available as a patch, http://www.cc.jyu.fi/~sayenko/src/diffserv_wfq.diff). Sincerely, Alexander Sayenko (PhD) Assistant Telecommunication laboratory, MIT department University of

[ns] New version of RSVP

2006-02-18 Thread Alexander Sayenko
Hi A new version of the RSVP protocol for NS-2 is available. It contains several fixes for memory leaks and provides better organization of the internal data structures. The functionality is the same. http://www.cc.jyu.fi/~sayenko/src/ns-2.28-rsvp2.diff.gz Sincerely, Alexander Sayenko (PhD

Re: [ns] Ns-users Digest, Vol 26, Issue 24

2006-02-24 Thread Alexander Sayenko
/src/wfq-1.2.4.tar.gz to use the both approaches. Sincerely, Alexander Sayenko (PhD) Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland > > Hi all, i need some hel

Re: [ns] Implementation of WRED

2006-03-01 Thread Alexander Sayenko
configure all the policies and meters, you can always use the so-called NULL meter. Sincerely, Alexander Sayenko (PhD) Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland - Original Message - From: #LIM XIAOWEI# To: Alexander Sayenko Sent

Re: [ns] Problem compiling ns-2.29 with WFQ mod for Nortel Diffserv

2006-03-02 Thread Alexander Sayenko
Hi Use the following implementation of WFQ for DiffServ, it works http://www.cc.jyu.fi/~sayenko/src/dsred.diff Sincerely, Alexander Sayenko (PhD) Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland > > Hello, > > I need to use WFQ scheduler

Re: [ns] Problem compiling ns-2.29 with WFQ mod for Nortel Diffserv

2006-03-02 Thread Alexander Sayenko
RE: [ns] Problem compiling ns-2.29 with WFQ mod for Nortel DiffservHi Nice to hear that they work in NS v2.29. I had no time to test these modules in the new version. Sincerely, Alexander Sayenko (PhD) Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland

Re: [ns] VoIP

2006-03-07 Thread Alexander Sayenko
Hi Since many VoIP codecs send data at the constant rate, you can use normal UDP/CBR application to simulate VoIP. You have to set appropriate parameters so that the rate and the packet size correspond to the codec you use. Sincerely, Alexander Sayenko (PhD) Assistant Telecommunication

Re: [ns] SIP patch

2006-03-11 Thread Alexander Sayenko
Good luck ! Sincerely, Alexander Sayenko (PhD) Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland > > Hi > I download SIP patch from http://www.tti.unipa.it/~fasciana/patch/patch-ns2_2.26sip-udp_v1.0 This patch is for ns-2.26 and I use ns-2.29. I don

Re: [ns] SIP patch

2006-03-13 Thread Alexander Sayenko
instead of Application/Traffic/SipUdp. Ideally, it would be nice if some of the developers clarify this problem. Sincerely, Alexander Sayenko (PhD) Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland - Original Message - From: Krzysztof Mendyk To

Re: [ns] WFQ floating point exception

2006-03-14 Thread Alexander Sayenko
Hi There is a newer version, wfq-1.2.4. Try it. If it does not work, contact me since I support WFQ. Sincerely, Alexander Sayenko (PhD) Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland > > Hello, > > Running my WFQ simulation returns just &qu

Re: [ns] need RSVP/ns example scripts

2006-03-27 Thread Alexander Sayenko
Hi Here they are. Sincerely, Alexander Sayenko (PhD) Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland Dear Ns users, I need some TCL script examples for the RSVP/ns patch from Marc Greis. Due to some prior (and modified) NS nstallations, I cannot use

Re: [ns] Help needed on RSVP !

2006-03-31 Thread Alexander Sayenko
Hi I support the following implementation: http://www.cc.jyu.fi/~sayenko/src/ns-2.28-rsvp2.diff.gz. The patch also installs the test scripts in tcl/ex/rsvp Sincerely, Alexander Sayenko (PhD) Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland > > >

Re: [ns] DRR QUEUE

2006-04-25 Thread Alexander Sayenko
Hi Use the following implementation of DRR for NS-2 http://www.cc.jyu.fi/~sayenko/src/ns2rr-0.0.3.tar.gz. It also contains with several examples. Sincerely, Alexander Sayenko (PhD) Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland

Re: [ns] Weight of a queue

2006-05-02 Thread Alexander Sayenko
think no comments are necessary, the interface is quite straightforward (see dsred.{cc,h}). The only thing you should remember about is the fact that these functions can be changed easily in the future. Sincerely, Alexander Sayenko (PhD) Assistant Telecommunication laboratory, MIT department

Re: [ns] How can I estimate delay in Diffserv

2006-05-04 Thread Alexander Sayenko
, Alexander Sayenko (PhD) Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland > > > Dear Ns-users: > I have a question about Ns 2.27: > I am training in Diffserv. > How can I estimate delay for each class? > Send me a TCL file that e

[ns] DiffServ in NS

2006-05-16 Thread Alexander Sayenko
it as you want. Sincerely, Alexander Sayenko (PhD) Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland > > > > Hello all, > > > > I need to do flow classification based on source&dest port ID and not node > > ID as it is p

Re: [ns] how to get current date ($ns now) in c++?

2006-05-17 Thread Alexander Sayenko
now"); Then analyse tcl.result() Sincerely, Alexander Sayenko (PhD) Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland Dear NS-users I am modifying an extension of ns (RSVP-TE\ns), and at some point I need to have an access to the current date (given

Re: [ns] Help needed on RSVP !

2006-06-12 Thread Alexander Sayenko
Hi I have seen earlier this error message. It seems that you have an old OTcl version, try to install a more recent one. If it does not work, contact me. Sincerely, Alexander Sayenko (PhD) Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland > &

Re: [ns] Service based classification for SFQ/DRR

2006-07-24 Thread Alexander Sayenko
scheduling does not support SFQ. Sincerely, Alexander Sayenko (PhD) Senior Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland > > > Hello, > I changed SFQ/DR

Re: [ns] Install the GPRS module

2006-07-24 Thread Alexander Sayenko
Hi Here is the noah.patch, maybe it will help. Sincerely, Alexander Sayenko (PhD) Senior Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland > > > > > > > > --

Re: [ns] Service based classification for SFQ/DRR

2006-07-25 Thread Alexander Sayenko
r them as mutually execlusive solutions but the complementary ones. I have been using WRR in conjunction with RED in the DiffServ framework. I have not tried Green. Sincerely, Alexander Sayenko (PhD) Senior Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland

Re: [ns] NOAH Patch with NS-2.2[789]

2006-07-28 Thread Alexander Sayenko
Hi I have been using this NOAH patch with ns-2.28. Hope it also works with other versions. Sincerely, Alexander Sayenko (PhD) Senior Assistant Telecommunication laboratory, MIT department University of Jyvaskyla, Finland > > Hi guys, > > I have been fightin with the NOAH pa

Re: [ns] wimax ns-2 implementation

2006-08-04 Thread Alexander Sayenko
Hi There is no need to implement several channels. Since CID is carried in the WiMAX MAC header, it is enough to analyse this value when a packet arrives. Of course, you have to set it to the correct value when you send a packet. Sincerely, Alexander Sayenko (PhD) Senior Assistant