Update ns-3 wiki URL
This commit is contained in:
@@ -1009,7 +1009,7 @@ ns-3.9 has been tested on the following platforms:
|
||||
|
||||
Not all ns-3 options are available on all platforms; consult the
|
||||
wiki for more information:
|
||||
http://www.nsnam.org/wiki/index.php/Installation
|
||||
http://www.nsnam.org/wiki/Installation
|
||||
|
||||
New user-visible features
|
||||
-------------------------
|
||||
@@ -1166,7 +1166,7 @@ ns-3.8 has been tested on the following platforms:
|
||||
|
||||
Not all ns-3 options are available on all platforms; consult the
|
||||
wiki for more information:
|
||||
http://www.nsnam.org/wiki/index.php/Installation
|
||||
http://www.nsnam.org/wiki/Installation
|
||||
|
||||
New user-visible features
|
||||
-------------------------
|
||||
@@ -1310,7 +1310,7 @@ Unofficially supported platform
|
||||
|
||||
Not all ns-3 options are available on all platforms; consult the
|
||||
wiki for more information:
|
||||
http://www.nsnam.org/wiki/index.php/Installation
|
||||
http://www.nsnam.org/wiki/Installation
|
||||
|
||||
New user-visible features
|
||||
-------------------------
|
||||
@@ -1430,7 +1430,7 @@ ns-3.6 has been tested on the following platforms:
|
||||
|
||||
Not all ns-3 options are available on all platforms; consult the
|
||||
wiki for more information:
|
||||
http://www.nsnam.org/wiki/index.php/Installation
|
||||
http://www.nsnam.org/wiki/Installation
|
||||
|
||||
New user-visible features
|
||||
-------------------------
|
||||
@@ -1507,7 +1507,7 @@ ns-3.5 has been tested on the following platforms:
|
||||
|
||||
Not all ns-3 options are available on all platforms; consult the
|
||||
wiki for more information:
|
||||
http://www.nsnam.org/wiki/index.php/Installation
|
||||
http://www.nsnam.org/wiki/Installation
|
||||
|
||||
New user-visible features
|
||||
-------------------------
|
||||
@@ -1565,7 +1565,7 @@ ns-3.4 has been tested on the following platforms:
|
||||
|
||||
Not all ns-3 options are available on all platforms; consult the
|
||||
wiki for more information:
|
||||
http://www.nsnam.org/wiki/index.php/Installation
|
||||
http://www.nsnam.org/wiki/Installation
|
||||
|
||||
New user-visible features
|
||||
-------------------------
|
||||
@@ -1629,7 +1629,7 @@ ns-3.3 has been tested on the following platforms:
|
||||
|
||||
Not all ns-3 options are available on all platforms; consult the
|
||||
wiki for more information:
|
||||
http://www.nsnam.org/wiki/index.php/Installation
|
||||
http://www.nsnam.org/wiki/Installation
|
||||
|
||||
New user-visible features
|
||||
-------------------------
|
||||
@@ -1696,7 +1696,7 @@ ns-3.2 has been tested on the following platforms:
|
||||
|
||||
Not all ns-3 options are available on all platforms; consult the
|
||||
wiki for more information:
|
||||
http://www.nsnam.org/wiki/index.php/Installation
|
||||
http://www.nsnam.org/wiki/Installation
|
||||
|
||||
New user-visible features
|
||||
-------------------------
|
||||
@@ -1724,7 +1724,7 @@ New user-visible features
|
||||
keep track of simulation data in persistent storage across multiple
|
||||
runs (database and ascii file backends are available).
|
||||
More information on the wiki:
|
||||
http://www.nsnam.org/wiki/index.php/Statistical_Framework_for_Network_Simulation
|
||||
http://www.nsnam.org/wiki/Statistical_Framework_for_Network_Simulation
|
||||
|
||||
API changes from ns-3.1
|
||||
-----------------------
|
||||
|
||||
@@ -3,7 +3,7 @@ build system (http://www.freehackers.org/~tnagy/waf.html)
|
||||
|
||||
Note: We've added a wiki page with more complete build instructions
|
||||
than the quick ones you find below:
|
||||
http://www.nsnam.org/wiki/index.php/Installation
|
||||
http://www.nsnam.org/wiki/Installation
|
||||
|
||||
=== Installing Waf ===
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ available in five forms:
|
||||
|
||||
* `ns-3 Doxygen <http://www.nsnam.org/doxygen/index.html>`_: Documentation of the public APIs of the simulator
|
||||
* Tutorial, Manual *(this document)*, and Model Library for the `latest release <http://www.nsnam.org/documentation/latest/>`_ and `development tree <http://www.nsnam.org/ns-3-dev/documentation/>`_
|
||||
* `ns-3 wiki <http://www.nsnam.org/wiki/index.php/Main_Page>`_
|
||||
* `ns-3 wiki <http://www.nsnam.org/wiki/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/manual`` directory of ns-3's source code.
|
||||
|
||||
@@ -312,4 +312,4 @@ The ``src/<module>/bindings`` directory may contain the following files, some of
|
||||
More Information for Developers
|
||||
*******************************
|
||||
|
||||
If you are a developer and need more information on |ns3|'s Python bindings, please see the `Python Bindings wiki page <http://www.nsnam.org/wiki/index.php/NS-3_Python_Bindings>`_.
|
||||
If you are a developer and need more information on |ns3|'s Python bindings, please see the `Python Bindings wiki page <http://www.nsnam.org/wiki/NS-3_Python_Bindings>`_.
|
||||
|
||||
@@ -8,7 +8,7 @@ This chapter posts some information about possibly common errors in building
|
||||
or running |ns3| programs.
|
||||
|
||||
Please note that the wiki
|
||||
(`<http://www.nsnam.org/wiki/index.php/Troubleshooting>`_) may have contributed
|
||||
(`<http://www.nsnam.org/wiki/Troubleshooting>`_) may have contributed
|
||||
items.
|
||||
|
||||
Build errors
|
||||
|
||||
@@ -8,7 +8,7 @@ available in five forms:
|
||||
|
||||
* `ns-3 Doxygen <http://www.nsnam.org/doxygen/index.html>`_: Documentation of the public APIs of the simulator
|
||||
* Tutorial, Manual, and Model Library *(this document)* for the `latest release <http://www.nsnam.org/documentation/latest/>`_ and `development tree <http://www.nsnam.org/ns-3-dev/documentation/>`_
|
||||
* `ns-3 wiki <http://www.nsnam.org/wiki/index.php/Main_Page>`_
|
||||
* `ns-3 wiki <http://www.nsnam.org/wiki>`_
|
||||
|
||||
This document is written in `reStructuredText <http://docutils.sourceforge.net/rst.html>`_ for `Sphinx <http://sphinx.pocoo.org/>`_ and is maintained in the
|
||||
``doc/models`` directory of ns-3's source code.
|
||||
|
||||
@@ -30,9 +30,9 @@ Baixando o ns-3
|
||||
present on your system before proceeding. |ns3| provides a wiki
|
||||
for your reading pleasure that includes pages with many useful hints and tips.
|
||||
One such page is the "Installation" page,
|
||||
http://www.nsnam.org/wiki/index.php/Installation.
|
||||
http://www.nsnam.org/wiki/Installation.
|
||||
|
||||
O |ns3|, como um todo, é bastante complexo e possui várias dependências. Isto também é verdade para as ferramentas que fornecem suporte ao |ns3| (exemplos, `"GNU toolchain"`, Mercurial e um editor para a programação), desta forma é necessário assegurar que várias bibliotecas estejam presentes no sistema. O |ns3| fornece um Wiki com várias dicas sobre o sistema. Uma das páginas do Wiki é a página de instalação (`"Installation"`) que está disponível em: http://www.nsnam.org/wiki/index.php/Installation.
|
||||
O |ns3|, como um todo, é bastante complexo e possui várias dependências. Isto também é verdade para as ferramentas que fornecem suporte ao |ns3| (exemplos, `"GNU toolchain"`, Mercurial e um editor para a programação), desta forma é necessário assegurar que várias bibliotecas estejam presentes no sistema. O |ns3| fornece um Wiki com várias dicas sobre o sistema. Uma das páginas do Wiki é a página de instalação (`"Installation"`) que está disponível em: http://www.nsnam.org/wiki/Installation.
|
||||
|
||||
..
|
||||
The "Prerequisites" section of this wiki page explains which packages are
|
||||
@@ -740,7 +740,7 @@ Agora, ao executar o programa ``hello-simulator`` devemos ter a seguinte a sa
|
||||
..
|
||||
If you want to run programs under another tool such as gdb or valgrind,
|
||||
see this `wiki entry
|
||||
<http://www.nsnam.org/wiki/index.php/User_FAQ#How_to_run_NS-3_programs_under_another_tool>`_.
|
||||
<http://www.nsnam.org/wiki/User_FAQ#How_to_run_NS-3_programs_under_another_tool>`_.
|
||||
|
||||
Se o leitor for executar seus programas sob outras ferramentas, tais como Gdb ou Valgrind, é recomendável que leia a seguinte `entrada no Wiki <http://www.nsnam.org/wiki/index.php/User_FAQ#How_to_run_NS-3_programs_under_another_tool>`_.
|
||||
Se o leitor for executar seus programas sob outras ferramentas, tais como Gdb ou Valgrind, é recomendável que leia a seguinte `entrada no Wiki <http://www.nsnam.org/wiki/User_FAQ#How_to_run_NS-3_programs_under_another_tool>`_.
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ Este
|
||||
|
||||
* 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>`_.
|
||||
* `ns-3 wiki <http://www.nsnam.org/wiki/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
|
||||
|
||||
@@ -132,15 +132,15 @@ O |ns3|
|
||||
|
||||
* Licença de código aberto compatível com GNU GPLv2;
|
||||
|
||||
* `Wiki <http://www.nsnam.org/wiki/index.php>`_;
|
||||
* `Wiki <http://www.nsnam.org/wiki>`_;
|
||||
|
||||
..
|
||||
* `Contributed Code
|
||||
<http://www.nsnam.org/wiki/index.php/Contributed_Code>`_ page, similar to ns-2's popular Contributed Code
|
||||
<http://www.nsnam.org/wiki/Contributed_Code>`_ page, similar to ns-2's popular Contributed Code
|
||||
`page
|
||||
<http://nsnam.isi.edu/nsnam/index.php/Contributed_Code>`_
|
||||
|
||||
* Página para `contribuição com o código <http://www.nsnam.org/wiki/index.php/Contributed_Code>`_, similar a página de contribuição do `ns-2 <http://nsnam.isi.edu/nsnam/index.php/Contributed_Code>`_;
|
||||
* Página para `contribuição com o código <http://www.nsnam.org/wiki/Contributed_Code>`_, similar a página de contribuição do `ns-2 <http://nsnam.isi.edu/nsnam/index.php/Contributed_Code>`_;
|
||||
|
||||
..
|
||||
* Open `bug tracker
|
||||
|
||||
@@ -43,7 +43,7 @@ editor) you will need to ensure that a number of additional libraries are
|
||||
present on your system before proceeding. |ns3| provides a wiki
|
||||
page that includes pages with many useful hints and tips.
|
||||
One such page is the "Installation" page,
|
||||
http://www.nsnam.org/wiki/index.php/Installation.
|
||||
http://www.nsnam.org/wiki/Installation.
|
||||
|
||||
The "Prerequisites" section of this wiki page explains which packages are
|
||||
required to support common |ns3| options, and also provides the
|
||||
@@ -661,5 +661,5 @@ expected output.
|
||||
|
||||
If you want to run programs under another tool such as gdb or valgrind,
|
||||
see this `wiki entry
|
||||
<http://www.nsnam.org/wiki/index.php/User_FAQ#How_to_run_NS-3_programs_under_another_tool>`_.
|
||||
<http://www.nsnam.org/wiki/User_FAQ#How_to_run_NS-3_programs_under_another_tool>`_.
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ available in five forms:
|
||||
|
||||
* `ns-3 Doxygen <http://www.nsnam.org/doxygen/index.html>`_: Documentation of the public APIs of the simulator
|
||||
* 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/>`_
|
||||
* `ns-3 wiki <http://www.nsnam.org/wiki/index.php/Main_Page>`_
|
||||
* `ns-3 wiki <http://www.nsnam.org/wiki/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.
|
||||
|
||||
@@ -135,9 +135,9 @@ contribute to |ns3| like they have for |ns2|:
|
||||
|
||||
* Open source licensing based on GNU GPLv2 compatibility
|
||||
* `wiki
|
||||
<http://www.nsnam.org/wiki/index.php>`_
|
||||
<http://www.nsnam.org/wiki>`_
|
||||
* `Contributed Code
|
||||
<http://www.nsnam.org/wiki/index.php/Contributed_Code>`_ page, similar to |ns2|'s popular Contributed Code
|
||||
<http://www.nsnam.org/wiki/Contributed_Code>`_ page, similar to |ns2|'s popular Contributed Code
|
||||
`page
|
||||
<http://nsnam.isi.edu/nsnam/index.php/Contributed_Code>`_
|
||||
* Open `bug tracker
|
||||
|
||||
@@ -13,7 +13,7 @@ output from this example.
|
||||
More information on the statistics package and this example is
|
||||
available online on the ns-3 wiki at:
|
||||
|
||||
http://www.nsnam.org/wiki/index.php/Statistical_Framework_for_Network_Simulation
|
||||
http://www.nsnam.org/wiki/Statistical_Framework_for_Network_Simulation
|
||||
|
||||
*** Using ns-3 with the OMNeT++ analysis tool ***
|
||||
|
||||
|
||||
@@ -70,8 +70,8 @@ may want to take a moment to review a couple of HOWTO pages on the |ns3| wiki
|
||||
that describe how to set up a virtual test network using VMware and how to run a
|
||||
set of example (client server) simulations that use ``Emu`` net devices.
|
||||
|
||||
* `<http://www.nsnam.org/wiki/index.php/HOWTO_use_VMware_to_set_up_virtual_networks_(Windows)>`_
|
||||
* `<http://www.nsnam.org/wiki/index.php/HOWTO_use_ns-3_scripts_to_drive_real_hardware_(experimental)>`_
|
||||
* `<http://www.nsnam.org/wiki/HOWTO_use_VMware_to_set_up_virtual_networks_(Windows)>`_
|
||||
* `<http://www.nsnam.org/wiki/HOWTO_use_ns-3_scripts_to_drive_real_hardware_(experimental)>`_
|
||||
|
||||
Once you are over the configuration hurdle, the script changes required to use
|
||||
an ``Emu`` device are trivial. The main structural difference is that you will
|
||||
|
||||
@@ -59,8 +59,8 @@ namespace ns3 {
|
||||
* depleted
|
||||
*
|
||||
* For a complete reference of the energy source model and model's fitting please refer
|
||||
* to <a href="http://www.nsnam.org/wiki/index.php/GSOC2010UANFramework">UAN Framework</a>
|
||||
* page and <a href="http://www.nsnam.org/wiki/index.php/Li-Ion_model_fitting">Li-Ion model
|
||||
* to <a href="http://www.nsnam.org/wiki/GSOC2010UANFramework">UAN Framework</a>
|
||||
* page and <a href="http://www.nsnam.org/wiki/Li-Ion_model_fitting">Li-Ion model
|
||||
* fitting</a> page.
|
||||
*
|
||||
* References:
|
||||
|
||||
@@ -178,7 +178,7 @@ protected:
|
||||
|
||||
private:
|
||||
// private copy constructor as sugested in:
|
||||
// http://www.nsnam.org/wiki/index.php/NS-3_Python_Bindings#.22invalid_use_of_incomplete_type.22
|
||||
// http://www.nsnam.org/wiki/NS-3_Python_Bindings#.22invalid_use_of_incomplete_type.22
|
||||
FdNetDevice (FdNetDevice const &);
|
||||
|
||||
/**
|
||||
|
||||
@@ -147,7 +147,7 @@ Validation
|
||||
++++++++++
|
||||
|
||||
Several TCP validation test results can be found in the
|
||||
`wiki page <http://www.nsnam.org/wiki/index.php/New_TCP_Socket_Architecture>`_
|
||||
`wiki page <http://www.nsnam.org/wiki/New_TCP_Socket_Architecture>`_
|
||||
describing this implementation.
|
||||
|
||||
Current limitations
|
||||
@@ -365,4 +365,4 @@ Limitations
|
||||
* The non-Linux stacks of NSC are not supported in |ns3|
|
||||
* Not all socket API callbacks are supported
|
||||
|
||||
For more information, see `this wiki page <http://www.nsnam.org/wiki/index.php/Network_Simulation_Cradle_Integration>`_.
|
||||
For more information, see `this wiki page <http://www.nsnam.org/wiki/Network_Simulation_Cradle_Integration>`_.
|
||||
|
||||
@@ -7,4 +7,4 @@ Mesh NetDevice
|
||||
|
||||
The Mesh NetDevice based on 802.11s was added in *ns-3.6*. An overview
|
||||
presentation by Kirill Andreev was published at the wns-3 workshop
|
||||
in 2009: `<http://www.nsnam.org/wiki/index.php/Wns3-2009>`_.
|
||||
in 2009: `<http://www.nsnam.org/wiki/Wns3-2009>`_.
|
||||
|
||||
@@ -168,7 +168,7 @@ Some examples of external tools that can export in this format include:
|
||||
|
||||
- BonnMotion http://net.cs.uni-bonn.de/wg/cs/applications/bonnmotion/
|
||||
|
||||
- Some installation instructions for BonnMotion can be found here: http://www.nsnam.org/wiki/index.php/HOWTO_use_ns-3_with_BonnMotion_mobility_generator_and_analysis_tool
|
||||
- Some installation instructions for BonnMotion can be found here: http://www.nsnam.org/wiki/HOWTO_use_ns-3_with_BonnMotion_mobility_generator_and_analysis_tool
|
||||
- Documentation on using BonnMotion with |ns3| is posted here: http://www.ida.liu.se/~rikno/files/mobility_generation.pdf
|
||||
|
||||
- SUMO http://sourceforge.net/apps/mediawiki/sumo/index.php?title=Main_Page
|
||||
|
||||
@@ -6,7 +6,7 @@ Animation
|
||||
Animation is an important tool for network simulation. While |ns3| does not
|
||||
contain a default graphical animation tool, we currently have two ways to provide
|
||||
animation, namely using the PyViz method or the NetAnim method.
|
||||
The PyViz method is described in http://www.nsnam.org/wiki/index.php/PyViz.
|
||||
The PyViz method is described in http://www.nsnam.org/wiki/PyViz.
|
||||
|
||||
We will describe the NetAnim method briefly here.
|
||||
|
||||
@@ -320,4 +320,4 @@ Wiki
|
||||
====
|
||||
For detailed instructions on installing "NetAnim", F.A.Qs and loading the XML trace file
|
||||
(mentioned earlier) using NetAnim please refer:
|
||||
http://www.nsnam.org/wiki/index.php/NetAnim
|
||||
http://www.nsnam.org/wiki/NetAnim
|
||||
|
||||
@@ -6,4 +6,4 @@ that can be used to debug the state of the running objects. Although
|
||||
it is mostly written in Python, it works both with Python and pure C++
|
||||
simulations.
|
||||
|
||||
For more information, see http://www.nsnam.org/wiki/index.php/PyViz
|
||||
For more information, see http://www.nsnam.org/wiki/PyViz
|
||||
|
||||
Reference in New Issue
Block a user