[ns] how to generate nam and xgraph

2015-04-30 Thread alok kumar
hello sir, how to generate ns(nam) and xgraph for below .tcl file --mkc-T1-heterogeneous.tcl-- # create scheduler set ns [new Simulator] # turn tracing on #set ns_f [open HeteroFlow.tr w] #$ns trace-all $ns_f

Re: [ns] how to generate nam and xgraph

2015-04-30 Thread knudfl
@alok9408 mkc Please delete the tcl text : Not usable as is. And then please attach mkc-T1-heterogeneous.tcl. - -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/how-to-generate-nam-and-xgraph-tp29975p29976.html Sent from the ns-users mailing list archive

Re: [ns] how to generate nam and xgraph

2015-04-30 Thread alok9408
sir, I don't understand how to generate xgraph of below tcl file: # create scheduler set ns [new Simulator] # turn tracing on set ns_f [open HeteroFlow.tr w] $ns trace-all $ns_f $ns namtrace-all [open out.nam w] #set stat [open stat.txt w] #create topology #set number of flows