Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
appveyor: full path to mingw32-make
[simgrid.git] / doc / doxygen / pls.doc
index ab415b2bab45a24771eb06a80f7b79a508a6203a..76b528ad8aa53f169d1c596878f6969ba79cdc49 100644 (file)
@@ -1,9 +1,13 @@
 /*! \page pls Packet level simulation
 
 /*! \page pls Packet level simulation
 
+\tableofcontents
+
 It is possible to use a packet-level network simulator
 instead of the default flow-based simulation. You may want to use such
 an approach if you have doubts about the validity of the default model
 It is possible to use a packet-level network simulator
 instead of the default flow-based simulation. You may want to use such
 an approach if you have doubts about the validity of the default model
-or if you want to perform some validation experiments. 
+or if you want to perform some validation experiments. At the moment,
+we support the NS3 simulator; see Section \ref pls_examples "Examples" for 
+some additional information.
 
 At the moment, we only support the NS3 simulator. Previous versions of
 SimGrid did support the GTNetS simulator and that support could
 
 At the moment, we only support the NS3 simulator. Previous versions of
 SimGrid did support the GTNetS simulator and that support could
@@ -102,4 +106,9 @@ file that you will provide. There is some caveats to know:
 
 More about ns-3 simulator <a href="http://www.nsnam.org/">(Official website)</a>
 
 
 More about ns-3 simulator <a href="http://www.nsnam.org/">(Official website)</a>
 
+\subsection pls_examples Examples
+
+There are some examples in the \c examples/ folder, that show how to use
+the bindings; see also the \ref MSG_ex_PLS "documentation for these examples".
+
 */
 */