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] 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 messages

[ns] OTcl and documentation

2006-11-27 Thread Alexander Sayenko
for the 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

[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] 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 department University of Jyvaskyla, Finland

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 implementation under

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

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 patch for over sometime

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

2006-07-25 Thread Alexander Sayenko
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 How your

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/DRR to support

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 -- -- Hello all I want

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 Hi ;; I

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

2006-05-17 Thread Alexander Sayenko
); 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 in tcl by $ns now). I

[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 sourcedest port ID and not node ID as it is proposed in the DiffServ module provided within NS

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 estimated delay please. yours

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] 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] 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 Floating point

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

Re: [ns] Implementation of WRED

2006-03-01 Thread Alexander Sayenko
to 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] 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