Re: [ns] MAODV code

2010-07-27 Thread voibt


Hi friend !

I have an problem like you when I run tcl script to simulate MAODV.

If you succeed on implementation MAODV code, please tell me the way to fix
this problem.

Thanks a lot !
Vo

vluthra wrote:
> 
> 
> Hi
> 
> I am exhausted with my efforts of trying to run MAODV over NS2. I got the
> code, instructions and implementation examples at
> http://www.sce.carleton.ca/wmc/code.html.
> I am not really getting any error. But when I run ns.tcl (provided at this
> link), I get the following output. I did exactly what was instructed
> 
> Loading connection pattern ...
> Loading scenarios file...
> Starting Simulation ...
> ns: _o734 aodv-join-group 0xE00:
> (_o734 cmd line 1)
> invoked from within
> "_o734 cmd aodv-join-group 0xE00"
> invoked from within
> "catch "$self cmd $args" ret"
> invoked from within
> "if [catch "$self cmd $args" ret] {
> set cls [$self info class]
> global errorInfo
> set savedInfo $errorInfo
> error "error when calling class $cls: $args" $..."
> (procedure "_o734" line 2)
> (SplitObject unknown line 2)
> invoked from within
> "_o734 aodv-join-group 0xE00"
> num_nodes is set 50
> 
> And there is a analyze.perl script, which I really dont know how to make
> use
> of.
> 
> If any of you have been through this and know whats supposed to be done
> next. Please help.
> 
> If you are not familiar with this, but have successful experience with
> another MAODV implementation, please let me know.
> 
> really look forward to some reply.
> 
> Thanks
> Vikas
> 
> 

-- 
View this message in context: 
http://old.nabble.com/MAODV-code-tp13169632p29278518.html
Sent from the ns-users mailing list archive at Nabble.com.



Re: [ns] MAODV code

2008-09-18 Thread Asraf


You can find it here: http://www.sce.carleton.ca/wmc/code.html including
instructions to install & run it.
I managed to use this patch only in ns-allinaone-2.26 running on RH 9.0

Best Wishes!


胡杰 wrote:
> 
> 
> 
>  
>  
>  
>  Dear ns users,
>  
> i'm studying MAODV protocol. Do you have the ns code about MAODV? Will
> you share with me the code.
>  
> Thank you very much! Looking forward to your reply. 
> 
>   
> 
> Best wishes to you!
> 
>   
> 
>   Yours,
> 
>  Hu Jie
> 
>  
>  
>  
> 
> 
> 
> [广告] 买房不必东奔西走,上房老大,看"二手房"网上房展会
> 

-- 
View this message in context: 
http://www.nabble.com/MAODV-code-tp19487398p19527592.html
Sent from the ns-users mailing list archive at Nabble.com.




[ns] MAODV code

2008-09-14 Thread 胡杰

 
 
 
 Dear ns users,
 
i'm studying MAODV protocol. Do you have the ns code about MAODV? Will you 
share with me the code.
 
Thank you very much! Looking forward to your reply. 

  

Best wishes to you!

  

  Yours,

 Hu Jie

 
 
 



[广告] 买房不必东奔西走,上房老大,看"二手房"网上房展会

[ns] MAODV code for NS2.29

2007-10-16 Thread Vikas Luthra

>
> Hello everyone
>
> I have been struggling a lot lately with trying to get MAODV running.
> If any of you have run MAODV on any version of NS2, please help me.
>
> I could not install NS2.26 on Cygwin, as its giving a tclcl-1.0b13 make
> failed error
>
> The MAODV implementation from http://www.sce.carleton.ca/wmc/code.html for
> NS2.26 generates the following message when run on NS2.29
>
> Loading connection pattern ...
> Loading scenarios file...
> Starting Simulation ...
> *ns*: _o734 aodv-join-group 0xE00:
> (_o734 cmd line 1)
> invoked from within
> "_o734 cmd aodv-join-group 0xE00"
> invoked from within
> "catch "$self cmd $args" ret"
> invoked from within
> "if [catch "$self cmd $args" ret] {
> set cls [$self info class]
> global errorInfo
> set savedInfo $errorInfo
> error "error when calling class $cls: $args" $..."
> (procedure "_o734" line *2*)
> (SplitObject unknown line *2*)
> invoked from within
> "_o734 aodv-join-group 0xE00"
> num_nodes is set 50
>
>
> All I need is MAODV on NS2 under cygwin, no matter what version.
> Please help
>
> Thanks
> Vikas
>


[ns] MAODV code

2007-10-11 Thread Vikas Luthra

Hi

I am exhausted with my efforts of trying to run MAODV over NS2. I got the
code, instructions and implementation examples at
http://www.sce.carleton.ca/wmc/code.html.
I am not really getting any error. But when I run ns.tcl (provided at this
link), I get the following output. I did exactly what was instructed

Loading connection pattern ...
Loading scenarios file...
Starting Simulation ...
ns: _o734 aodv-join-group 0xE00:
(_o734 cmd line 1)
invoked from within
"_o734 cmd aodv-join-group 0xE00"
invoked from within
"catch "$self cmd $args" ret"
invoked from within
"if [catch "$self cmd $args" ret] {
set cls [$self info class]
global errorInfo
set savedInfo $errorInfo
error "error when calling class $cls: $args" $..."
(procedure "_o734" line 2)
(SplitObject unknown line 2)
invoked from within
"_o734 aodv-join-group 0xE00"
num_nodes is set 50

And there is a analyze.perl script, which I really dont know how to make use
of.

If any of you have been through this and know whats supposed to be done
next. Please help.

If you are not familiar with this, but have successful experience with
another MAODV implementation, please let me know.

really look forward to some reply.

Thanks
Vikas