File: index.rst

package info (click to toggle)
ns3 3.46-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 105,864 kB
  • sloc: cpp: 624,863; python: 14,863; ansic: 6,772; makefile: 1,950; sh: 987; javascript: 167; perl: 102
file content (38 lines) | stat: -rw-r--r-- 1,112 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.. only:: html or latex

ns-3 Tutorial
=============

This is the *ns-3 Tutorial*. Primary documentation for the ns-3 project is organized as
follows:

* Several guides that are version controlled for each release (the
  `latest release <https://www.nsnam.org/documentation/latest/>`_) and
  `development tree <https://www.nsnam.org/documentation/development-tree/>`_:

  * Tutorial *(this document)*
  * Installation Guide
  * Manual
  * Model Library
  * Contributing Guide
* `ns-3 Doxygen <https://www.nsnam.org/docs/doxygen/index.html>`_: Documentation of the public APIs of
  the simulator
* `ns-3 wiki <https://www.nsnam.org/wiki/Main_Page>`_

This document is written in `reStructuredText <http://docutils.sourceforge.net/rst.html>`_ for `Sphinx <https://www.sphinx-doc.org/>`_ and is maintained in the
``doc/tutorial`` directory of ns-3's source code.  Source file column width is 100 columns.

.. toctree::
   :maxdepth: 2
   :numbered:

   quick-start
   introduction
   resources
   getting-started
   conceptual-overview
   tweaking
   building-topologies
   tracing
   data-collection
   conclusion