2008-01-19 20:58:01 -08:00
|
|
|
\input texinfo @c -*-texinfo-*-
|
|
|
|
|
@c %**start of header
|
|
|
|
|
@setfilename ns-3.info
|
|
|
|
|
@settitle ns-3 tutorial
|
|
|
|
|
@c @setchapternewpage odd
|
|
|
|
|
@c %**end of header
|
|
|
|
|
|
|
|
|
|
@ifinfo
|
|
|
|
|
Primary documentation for the @command{ns-3} project is available in
|
2008-06-29 14:20:40 -07:00
|
|
|
four forms:
|
2008-01-19 20:58:01 -08:00
|
|
|
@itemize @bullet
|
2008-01-19 21:03:18 -08:00
|
|
|
@item @uref{http://www.nsnam.org/doxygen/index.html,,ns-3 Doxygen/Manual}: Documentation of the public APIs of the simulator
|
2008-01-19 20:58:01 -08:00
|
|
|
@item Tutorial (this document)
|
2008-06-29 14:20:40 -07:00
|
|
|
@item @uref{http://www.nsnam.org/docs/manual.html,,Reference Manual}: Reference Manual
|
2008-01-19 21:03:18 -08:00
|
|
|
@item @uref{http://www.nsnam.org/wiki/index.php,, ns-3 wiki}
|
2008-01-19 20:58:01 -08:00
|
|
|
@end itemize
|
|
|
|
|
|
2008-06-29 21:16:35 -07:00
|
|
|
This document is written in GNU Texinfo and is to be maintained in revision
|
|
|
|
|
control on the @command{ns-3} code server. Both PDF and HTML versions should
|
|
|
|
|
be available on the server. Changes to the document should be discussed on
|
|
|
|
|
the ns-developers@@isi.edu mailing list.
|
2008-01-19 20:58:01 -08:00
|
|
|
@end ifinfo
|
|
|
|
|
|
|
|
|
|
@copying
|
|
|
|
|
|
|
|
|
|
This is an @command{ns-3} tutorial.
|
|
|
|
|
Primary documentation for the @command{ns-3} project is available in
|
2008-06-29 14:20:40 -07:00
|
|
|
four forms:
|
2008-01-19 20:58:01 -08:00
|
|
|
@itemize @bullet
|
2008-01-19 21:03:18 -08:00
|
|
|
@item @uref{http://www.nsnam.org/doxygen/index.html,,ns-3 Doxygen/Manual}: Documentation of the public APIs of the simulator
|
2008-01-19 20:58:01 -08:00
|
|
|
@item Tutorial (this document)
|
2008-06-29 14:20:40 -07:00
|
|
|
@item @uref{http://www.nsnam.org/docs/manual.html,,Reference Manual}: Reference Manual
|
2008-01-19 21:03:18 -08:00
|
|
|
@item @uref{http://www.nsnam.org/wiki/index.php,, ns-3 wiki}
|
2008-01-19 20:58:01 -08:00
|
|
|
@end itemize
|
|
|
|
|
|
2008-06-29 21:16:35 -07:00
|
|
|
This document is written in GNU Texinfo and is to be maintained in revision
|
|
|
|
|
control on the @command{ns-3} code server. Both PDF and HTML versions should
|
|
|
|
|
be available on the server. Changes to the document should be discussed on
|
|
|
|
|
the ns-developers@@isi.edu mailing list.
|
2008-01-19 20:58:01 -08:00
|
|
|
|
|
|
|
|
This software is free software; you can redistribute it and/or modify
|
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
|
|
This software is distributed in the hope that it will be useful,
|
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
|
along with this program. If not, see @uref{http://www.gnu.org/licenses/}.
|
|
|
|
|
@end copying
|
|
|
|
|
|
|
|
|
|
@titlepage
|
|
|
|
|
@title ns-3 Tutorial
|
|
|
|
|
@author ns-3 project
|
|
|
|
|
@author feedback: ns-developers@@isi.edu
|
|
|
|
|
@today{}
|
|
|
|
|
|
|
|
|
|
@c @page
|
|
|
|
|
@vskip 0pt plus 1filll
|
|
|
|
|
@insertcopying
|
|
|
|
|
@end titlepage
|
|
|
|
|
|
|
|
|
|
@c So the toc is printed at the start.
|
|
|
|
|
@anchor{Full Table of Contents}
|
|
|
|
|
@contents
|
|
|
|
|
|
|
|
|
|
@ifnottex
|
2008-06-28 19:46:55 -07:00
|
|
|
@node Top, Introduction, Full Table of Contents
|
2008-01-19 20:58:01 -08:00
|
|
|
@top ns-3 Tutorial (html version)
|
|
|
|
|
|
2008-01-19 21:03:18 -08:00
|
|
|
For a pdf version of this tutorial,
|
2008-01-19 20:58:01 -08:00
|
|
|
see @uref{http://www.nsnam.org/docs/tutorial.pdf}.
|
|
|
|
|
|
|
|
|
|
@insertcopying
|
|
|
|
|
@end ifnottex
|
|
|
|
|
|
|
|
|
|
@menu
|
2008-06-28 19:46:55 -07:00
|
|
|
* Introduction::
|
2008-06-29 14:20:40 -07:00
|
|
|
* Resources::
|
|
|
|
|
* Getting Started::
|
2008-06-28 19:46:55 -07:00
|
|
|
* Conceptual Overview::
|
2008-06-29 14:20:40 -07:00
|
|
|
* Tweaking ns-3::
|
2008-06-28 19:46:55 -07:00
|
|
|
* Building Topologies::
|
2009-10-08 13:59:26 -07:00
|
|
|
* The Tracing System::
|
2009-10-20 11:13:22 -07:00
|
|
|
* Closing Remarks::
|
2009-10-09 20:52:19 -07:00
|
|
|
* Index::
|
2008-01-19 20:58:01 -08:00
|
|
|
@end menu
|
|
|
|
|
|
|
|
|
|
@include introduction.texi
|
2008-06-28 19:46:55 -07:00
|
|
|
@include getting-started.texi
|
|
|
|
|
@include conceptual-overview.texi
|
|
|
|
|
@include tweaking.texi
|
|
|
|
|
@include building-topologies.texi
|
2009-10-08 00:16:55 -07:00
|
|
|
@include tracing.texi
|
2009-10-20 11:13:22 -07:00
|
|
|
@include conclusion.texi
|
2008-01-19 20:58:01 -08:00
|
|
|
|
2009-10-09 20:52:19 -07:00
|
|
|
@node Index
|
|
|
|
|
@unnumbered Index
|
2008-01-19 20:58:01 -08:00
|
|
|
@printindex cp
|
|
|
|
|
|
|
|
|
|
@bye
|