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

No Subject



Usually you "exec" nam in the finish procedure, here's the finish procedure from
test-suite-wireless-lans.tcl:

TestSuite instproc finish {} {
        $self instvar ns_
        global quiet

        $ns_ flush-trace
        #if { !$quiet } {
        #        puts "running nam..."
        #        exec nam temp.rands.nam &
        #}
        #puts "finishing.."
        exit 0
}

In my version of ns (2.1b5) they appear to be commented. Try to uncomment them?

good luck.

Tarik.

> Date: Thu, 12 Aug 1999 11:19:26 -0700 (PDT)
> From: yanxu <[email protected]>
> To: Tarik Alj <[email protected]>
> cc: [email protected]
> Subject: Re: about the NAM
> MIME-Version: 1.0
> 
> HI,
> 
>    But after I run this test, I didn't get the "NAM" file. I can't find
> the code for creating the "NAM" in the "test-suite-wireless-lan.tcl".
> What's wrong? Thanks.
> 
> yan
> 
> On Wed, 11 Aug 1999, Tarik Alj wrote:
> 
> > check out tcl/test; there are three files:
> > 
> > test-all-wireless-lan
> > test-output-wireless-lan
> > test-suite-wireless-lan.tcl
> > 
> > If wireless lans are what you want to simulate.
> > 
> > > X-Authentication-Warning: mash.CS.Berkeley.EDU: majrdomo set sender to 
> > [email protected] using -f
> > > Date: Wed, 11 Aug 1999 12:50:10 -0700 (PDT)
> > > From: yanxu <[email protected]>
> > > To: [email protected]
> > > Subject: about the NAM
> > > MIME-Version: 1.0
> > > 
> > > HI,
> > > 
> > >    Could someone tell me how  I create a "nam" file for the
> > > simulation in wireless networks? Thank you very much.
> > > 
> > > yan
> > 
> > Tarik 
> > 
> > 

Tarik