[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] Question




>
> 				Hi
>I am a novice in using ns.I have the following question. I am running a
>small simulation I wrote and get an error "routes not yet computed" when
>ns executes the ns run command. Does anyone know where this might come
>from? I tried to specify a static routing protocol but ns doesn't let me.
>				Thanks
>
>P.S 1 If this is not the appropriate list for these kinds of questions
>please let me know
>
>P.S 2 The code of my simulation and the error messages follow: 
>
>#create the necessary objects to run ns
>#default for all sumulations
>set ns [new Simulator]
>set nf [open ex_3.nam w]
>$ns namtrace-all $nf
>
...

>#run it!!!
>ns run

try $ns run instead. 

>
>The errors are 

...

>"Provability is a weaker notion than truth, no matter what axiom system is
>involved ... "
>
>Kurt Godel (1906-1978)
>
> 

Tarik