[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ns_to_nam
> Why don't you use the built in functionality to create a nam-trace
> file?!
>
> E.g somthing like this:
>
> set outputfile [open out.tr w] ;# Ordinary trace file
> $ns trace-all $outputfile
>
> set namfile [open out.nam w] ;# Nam trace file
> $ns namtrace-all $namfile
>
> --
> /m.v.h. Ingela
>
Thanks a lot, I know how to create it by learning some of the examples.
BTW, do you know where can I find a more detailed manual for ns2? The online
one seems missing a lot of stuff. such as how to create nam trace file.
Yun