[ns] simulating without tracing

Ashish Sawalkar sawalkar at mail.sis.pitt.edu
Mon Apr 18 09:37:29 PDT 2005


Referring only to trace options, you might want to configure your mobile
nodes like this:

$ns_ node-config -adhocRouting $val(rp) \
            -llType $val(ll) \
             -macType $val(mac) \
             -ifqType $val(ifq) \
             -ifqLen $val(ifqlen) \
             -antType $val(ant) \
             -propType $val(prop) \
             -phyType $val(netif) \
             -topoInstance $topo \
            -agentTrace OFF \
            -routerTrace OFF \
             -macTrace OFF \
             -movementTrace OFF \
             -channel $chan_1_

Rgds
Ashish.

On Mon, 18 Apr 2005, Luigi Iannone wrote:

> 
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Thu, 14 Apr 2005 17:09:58 -0400
> > From: downard <ian.downard at nrl.navy.mil>
> > Subject: [ns] simulating without tracing
> > To: ns-users at ISI.EDU
> > Message-ID: <425EDC26.501 at nrl.navy.mil>
> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> >
> > Is it possible to simulate a wireless network without enabling traceing?
> >  I've taken the "trace-all" command out of my simulation, but I'm
> > getting a TCL error complaining about it.
> 
> On linux/Unix systems you can use as trace file /dev/null, thus you get 
> no trace but your simulation works without problem.
> 
> 
> 
> 
> 
> >
> > Thanks for any help.
> >
> > -ian
> >
> 
> 



More information about the Ns-users mailing list