File: index.rst

package info (click to toggle)
ns3 3.17%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 95,192 kB
  • ctags: 56,763
  • sloc: cpp: 324,361; python: 291,824; perl: 8,720; ansic: 2,097; xml: 2,000; makefile: 1,447; sh: 458; cs: 89
file content (51 lines) | stat: -rw-r--r-- 2,302 bytes parent folder | download
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
39
40
41
42
43
44
45
46
47
48
49
50
51
.. only:: html or latex

..
	========================================================================================
	Translated for portuguese by the students of doctorate inter institutional program of IME-USP/UTFPR-CM.
	
	Traduzido para o portugus pelos alunos do programa de doutorado inter institucional do Instituto de Matemtica e Estatstica da Universidade de So Paulo --- IME-USP em parceria com a Universidade Tecnolgica Federal do Paran - Campus Campo Mouro --- UTFPR-CM:
	
	* Frank Helbert (frank@ime.usp.br);
	* Luiz Arthur Feitosa dos Santos (luizsan@ime.usp.br);
	* Rodrigo Campiolo (rcampiol@ime.usp.br).
	========================================================================================

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

.. 
	This is the *ns-3 Tutorial*. Primary documentation for the ns-3 project is
	available in five forms:

Este  o *Tutorial do ns-3* baseado no *ns-3 Tutorial* (ingls), verso 3.14. A documentao para o projeto ns-3 esta disponvel da seguinte forma:

..
	* `ns-3 Doxygen <http://www.nsnam.org/doxygen/index.html>`_: Documentation of the public APIs of the simulator

* `ns-3 Doxygen <http://www.nsnam.org/doxygen/index.html>`_: Documentao das APIs pblicas do simulador;

..
	* Tutorial *(this document)*, Manual, and Model Library for the `latest release <http://www.nsnam.org/documentation/latest/>`_ and `development tree <http://www.nsnam.org/ns-3-dev/documentation/>`_

* Tutorial *(este documento)*, manual, modelos de bibliotecas para a `ltima release <http://www.nsnam.org/documentation/latest/>`_ e `rvore de desenvolvimento <http://www.nsnam.org/ns-3-dev/documentation/>`_;

* `ns-3 wiki <http://www.nsnam.org/wiki/index.php/Main_Page>`_.

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

Este documento  escrito em `reStructuredText <http://docutils.sourceforge.net/rst.html>`_ para `Sphinx <http://sphinx.pocoo.org/>`_ e  mantido no diretrio ``doc/tutorial-pt-br`` do cdigo fonte do ns-3.

.. toctree::
   :maxdepth: 2

   introduction
   resources
   getting-started
   conceptual-overview
   tweaking
   building-topologies
   tracing
   conclusion