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

wireless-test.tcl





Hi everyone !!

	I am sorry I am sending this again but I never got an answer and
I would really like to know if anyone was able to trace TCP packet using
either the wireless.tcl or wireless-test.tcl.

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.............."
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~