Introduction to nam - PowerPoint PPT Presentation

1 / 9
About This Presentation
Title:

Introduction to nam

Description:

Introduction to nam – PowerPoint PPT presentation

Number of Views:45
Avg rating:3.0/5.0
Slides: 10
Provided by: timbuc4
Learn more at: https://www.isi.edu
Category:

less

Transcript and Presenter's Notes

Title: Introduction to nam


1
Introduction to nam
ns tutorial - fall 2002
  • Tim Buchheim
  • 21 November 2002

2
Getting started with nam
  • Turn on nam tracing in your Tcl script
  • As easy as turning on normal tracing
  • ns namtrace file
  • Specify link orientation (or node position for
    wireless)
  • ns duplex-link-op node1 node2 orient left
  • Execute nam
  • exec nam filename

3
The nam user interface
4
Advanced nam capabilities
  • Node options color, shape, label
  • node color red
  • node shape hexagon
  • node label my text
  • node label-color blue
  • node label-at up
  • Link options
  • ns duplex-link-op n1 n2 color green
  • ns duplex-link-op queuePos right
  • ns duplex-link-op n1 n2 label my text
  • ns duplex-link-op n1 n2 label-color blue
  • ns duplex-link-op n1 n2 label-at down

5
Advanced nam capabilities
  • Packet colors
  • ns color n blue
  • agent set fid_ n
  • Annotation
  • ns at time ns trace-annotate text
  • Control playback
  • ns set-animation-rate 3ms

6
namgraph
  • Display a graph showing when packets are
    received/dropped.
  • Enabling namgraph
  • Run the namfilter script on your nam trace file
  • exec tclsh /path/to/namfilter.tcl out.nam

7
namgraph
8
The nam editor
  • Create simple scenarios graphically
  • Good for those who dont want to learn Tcl, but
    only a limited subset of ns is available

9
The nam editor
Write a Comment
User Comments (0)
About PowerShow.com