hello all,

      I wrote a new wireless route protocol and add it to ns2-2.33. Edit
many files according to AODV.
     I also wrote a scenery script. it runs successful when i use AODV. but
when I change "AODV" to the name of my new protocol, it failed. The new
protocol is almost same as AODV but name is different

I am deadly stuck at this stage please help me out

     INITIALIZE THE LIST xListHead

   (_o501 cmd line 1)
   invoked from within
"_o501 cmd port-dmux _o62"
   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 "_o501" line 2)
   (SplitObject unknown line 2)
   invoked from within
"$agent port-dmux $dmux_"
   (procedure "_o50" line 11)
   (Node/MobileNode add-target-rtagent line 11)
   invoked from within
"$self add-target-rtagent $agent $port"
   (procedure "_o50" line 23)
   (Node/MobileNode add-target line 23)
   invoked from within
"$self add-target $agent $port"
   (procedure "_o50" line 15)
   (Node attach line 15)
   invoked from within
"$node_(2) attach $ragent 255"
   (file "attack-0.0.tcl" line 135)

Reply via email to