[ns] How to trigger SCTP Heartbeat chunk work during data transmission ?

2007-03-24 Thread kerwin
I am doing some SCTP experiments. The Heartbeat chunk will work on sender when one path is idle or timeout. If I want to send Heartbeat chunk during data transmission. How to modify the SCTP source code on ns2? Thank for your suggestions. Kerwin 改變每一天 從Xuite開始 http://www.xuite.net

[ns] problems with the NIST WiMAX patch

2007-03-24 Thread wacky
hey ns-users, ive installed the NIST wimax patch, but when i try to simulate simple.tcl(comes with the rar file) i get an error msg saying, invalid command name Mac/802_16 while executing Mac/802_16 set debug_0 file simple.tcl line 45 thanks for your help. rgrds WA Iqbal

[ns] scenario(movement pattern and connection pattern) problem

2007-03-24 Thread vava vvava
ns2 newbie here... I have download a scenarios which contain movement pattern and communication pattern using CBR sources from http://www.monarch.cs.rice.edu/cmu-ns.html I would like to use one of the scenario. My question is: Do i have to copy the scenario(movement pattern and communication

Re: [ns] problems with the NIST WiMAX patch

2007-03-24 Thread W.A. Iqbal
W.A. Iqbal wrote: hey ns-users, ive installed the NIST wimax patch, but when i try to simulate simple.tcl(comes with the rar file) i get an error msg saying, invalid command name Mac/802_16 while executing Mac/802_16 set debug_0 file simple.tcl line 45 thanks for your

Re: [ns] problem with scheduler

2007-03-24 Thread Filippos Kolovos
- Hi there. The solution to this problem is fairly simple, so do not worry. At first, let me explain what causes this situation. The problem does not lie at the Scheduler. The Scheduler works fine, scheduling the event to occur at the appropriate time. The problem is with the OTcl interpretor

Re: [ns] stop sending paquets

2007-03-24 Thread Filippos Kolovos
- I do not find any problem with your code. I have executed it and as it seems to be working fine. The problem might be that node 1 looks like it is sending packets, but in reality it simply sends-out the previously enqueued packets, at the time when the CBR app was functioning. To verify my

[ns] Fwd: received power

2007-03-24 Thread sinduja R
am trying to simulate a wireless mobile scenario.. please do tell me as to how i can measure the received power in the base station

[ns] Implementation of TCP Illinois in ns-2

2007-03-24 Thread Manish Kumar Singh
Hi Everyone, I was wondering if anyone has integrated TCP Illinois in the NS-2 module for simulation purpose? I would appreciate if any one can help me with the code/coding. Thanks, Manish

[ns] How to build a simple agent on transport layer ?

2007-03-24 Thread kerwin
Hi all ! I am beginner. I want to add a simple agent on transport layer. It only needs sending a packet periodically. Thank for any suggestions. 改變每一天 從Xuite開始 http://www.xuite.net

Re: [ns] help needed to downgrade GCC version

2007-03-24 Thread Mohammad Zubair Ahmad
This is a problem with the gcc version. I had a lot of problems recently when I tried to install the NRL extensions with the ns 2.27 version. Downgrading gcc is not actually an easy task (as I discovered). Google up some gcc forums and follow steps provided there. I will look again for the link I

Re: [ns] How to build a simple agent on transport layer ?

2007-03-24 Thread Timo Reimann
kerwin wrote: Hi all ! I am beginner. I want to add a simple agent on transport layer. It only needs sending a packet periodically. Thank for any suggestions. There's a chapter in the ns-2 manual exclusively dedicated to your question. --Timo

[ns] something about WFQ

2007-03-24 Thread cmxhr
--- 大小单双 机会多多,10分钟就开奖,立即返奖( http://ad4.sina.com.cn/sina/limeng3/mail_zhuiyu/2007/mail_zhuiyu_20070319.html ) === 注册新浪2G免费邮箱( http://mail.sina.com.cn/chooseMode.html

[ns] something about WFQ

2007-03-24 Thread cmxhr
static class WFQAggregClassifierClass : public TclClass { public: WFQAggregClassifierClass():TclClass(WFQAggregClassifier) {}; TclObject* create(int,const char*const*) { return(new WFQAggregClassifier); };} class_wfqsampleclassifier; how to understand the WFQAggregClassifier and the

[ns] Problem when running LEACH with NS-2.27

2007-03-24 Thread Nguyen Vo Minh Chau
Hi all, Please help me,urgent ! When i've installed LEACH (mit.tar.gz) with ns-2.27,and i type ./test to test LEACH protocol but it show error: invalid command name Resource/Energy while executing Resource/Energy instproc setParams {args} { $self instvar energyLevel_ alarmLevel_ set

[ns] urgent: how to analysis the out.tr?

2007-03-24 Thread john unkle
Dear all how to analysis the out.tr? Because it have many many column and rows. thanks all _ 至醒搜尋和瀏覽網絡的免費工具列 — MSN 搜尋工具列 http://toolbar.live.com/

[ns] random motion

2007-03-24 Thread sinduja R
hi guye, please tell how to add random motion features to mobile node.. i gave $node random-motion 1 but the mobile doesn't seem to move at all..