- Home Page of ProjectGuideline.com ›
- Forums ›
- Get Help to do your B.E., and M.E., M.Tech., & M.S., Project in Ns2 ›
- MAODV implementation Problem on ns2.33
Hi all
>
> I need help in running a tcl scripts and testing the performance of the
> MAODV protocol in ns2 version 2.33.
> I know that for most ns-users this is pretty prementive, but for me as I’m
> new to ns2 is a hard task. I followed the thesis ” MAODV Implementation for
> NS-2.26″ by Yufang Zhu and Thomas Kunz. step bu step and finally got this
> error message when I run ns ns.tcl in the X window:
> *****************************
> num_nodes is set 50
> INITIALIZE THE LIST xlisthead
>
> (-o17 cmd line 1)
> invoked from within
> “-o17 and port-dmux-o26”
> invoked from within
> “catch “$self cmd $args”ret”
> invoked from within
> “if [catch “$self cmd $arg”ret] {
> set cls [$self info class]
> global errorInfo
> set savedInfo $errorInfo
> error”error when calling class $cls:$args” $…”
> (procedure “-o17” line2)
> (splitObject unknown line2
> **************************
> Please help me in trying to run the script
> Thank u in advance
Have you solved this problem?
How did you solved it?
I’ve a really similar (probably the same!!) output error.
I’m going crazy to resolve it 🙁 !!!! I’ve tried to install Ns2.26 too, but this is not enough. 👿
Please help me!!! 😉
@Sherry wrote:
Hi all
>
> I need help in running a tcl scripts and testing the performance of the
> MAODV protocol in ns2 version 2.33.
> I know that for most ns-users this is pretty prementive, but for me as I’m
> new to ns2 is a hard task. I followed the thesis ” MAODV Implementation for
> NS-2.26″ by Yufang Zhu and Thomas Kunz. step bu step and finally got this
> error message when I run ns ns.tcl in the X window:
> *****************************
> num_nodes is set 50
> INITIALIZE THE LIST xlisthead
>
> (-o17 cmd line 1)
> invoked from within
> “-o17 and port-dmux-o26”
> invoked from within
> “catch “$self cmd $args”ret”
> invoked from within
> “if [catch “$self cmd $arg”ret] {
> set cls [$self info class]
> global errorInfo
> set savedInfo $errorInfo
> error”error when calling class $cls:$args” $…”
> (procedure “-o17” line2)
> (splitObject unknown line2
> **************************
> Please help me in trying to run the script
> Thank u in advance
Please put your Tcl file, may be we can help you