[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
wireless-test.tcl
Hi everyone !!
I am just trying to run wireless-test.tcl when I found out the
following:
1.
set nf [open nam-out-test.nam w]
set f [open trace-out-test.tr w]
$ns_ namtrace-all $f
$ns_ trace-all $nf
_________________________ should be
set nf [open nam-out-test.nam w]
set f [open trace-out-test.tr w]
$ns_ namtrace-all $nf
$ns_ trace-all $f
2. When looking at the trace-out-test.tr file it was empty. I checked the
cbr-3-test file and $ns was used in some places instead of $ns_. So I
fixed that too but still got an empty trace-out-test.tr. I really
appreciate some help. thanks in advance. !!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Juana Nakfour | URL: www.cse.msu.edu/~nakfourj
Graduate Assistant | Address: 201 N. Pennsylvania
Computer Science and Engineering Dept. | Lansing, MI 48912.
Michigan State University | Phone: (517) 487 9031
"F1 all the way.............."
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~