Re: [ns] how to monitor the queue on a wireless node

2011-11-10 Thread Andres Vazquez

AndresV wrote:
>
> Hi,
>
> I follow all the instructions given by
> http://hpds.ee.ncku.edu.tw/~smallko/ns2/qa_en.htm
>
> but I receive an error message when I try to re-compile the code. The
> error message after "make" is:
>
> in member function virtual void PriQueue::trace(TracedVar* v) error:
> invalid conversion from 'const char*' to 'char*' [-fpermissive]
>
> I am working on ns-2.34 under Fedora15 OS. I hope someone could help me
> with this problem or with a different solution for monitor and modify the
> queue on a wireless node at run time.
>
> Thanks in advance.
>
>


Re: [ns] how to monitor the queue on a wireless node

2011-01-14 Thread hanif_1362




Enes Erdin wrote:
> 
> Hi
> I had same problem and did a lot of endeavor but finally couldn't do a
> good way to do it.
> After all i modified dsr-priqueue.{cc,h}. I attach them for you.
> please tell me if you find better method to monitor queue in wireless
> environment.
> regards
> h
> 
>  http://old.nabble.com/file/p30676113/dsr-priqueue.h dsr-priqueue.h 
> hi,
> 
> I want to monitor the queue movements on a mobile node. Currently I am 
> trying to simulate a 802.11 network. As far as I understand 
> queue-monitor is only for LANs?
> 
> Thanks in advance.
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/how-to-monitor-the-queue-on-a-wireless-node-tp30608840p30676113.html
Sent from the ns-users mailing list archive at Nabble.com.



Re: [ns] how to monitor the queue on a wireless node

2011-01-13 Thread manoj1987



Thrilok Reddy wrote:
> 
>how to calculate throughput using ns2 here i am using AODV and
> DSR protpcols for transfering data.
> 1.how to calculate the throughput (AODV)
> 2.how to calculate the throughput (DSR)
> 3.how to compare it
> 

Please read the mailing list guidelines[1] before posting.
Please re-post this question with a proper subject.
Before posting this question, google out for solutions.This question has
many solutions available in the web, including the ones at this mailing list
archive[2].
Your question is ambiguous too!

References:
[1] http://goo.gl/xC874
[2] http://goo.gl/zPRZ4

-
---
ManojKumar.A
---
Blog: http://getch.wordpress,com
Mailing list guidelines: http://goo.gl/xC874
-- 
View this message in context: 
http://old.nabble.com/how-to-monitor-the-queue-on-a-wireless-node-tp30608840p30665006.html
Sent from the ns-users mailing list archive at Nabble.com.



Re: [ns] how to monitor the queue on a wireless node

2011-01-13 Thread Thrilok Reddy

hi all
   how to calculate throughput using ns2 here i am using AODV and
DSR protpcols for transfering data.
1.how to calculate the throughput (AODV)
2.how to calculate the throughput (DSR)
3.how to compare it

thanksĀ®ards
thrilok
india


[ns] how to monitor the queue on a wireless node

2011-01-06 Thread Enes Erdin

hi,

I want to monitor the queue movements on a mobile node. Currently I am 
trying to simulate a 802.11 network. As far as I understand 
queue-monitor is only for LANs?

Thanks in advance.