From: Christian Heinrich Date: Mon, 3 Aug 2015 20:07:13 +0000 (+0200) Subject: [Doc] Added links to Packet Level Sim Examples X-Git-Tag: v3_12~271 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1cd1baa02965994b011595fb05c8b3b575571f12?hp=e099d1adf3773d3fad3276fbfd05d924a09bf3e9;ds=sidebyside [Doc] Added links to Packet Level Sim Examples --- diff --git a/doc/doxygen/pls.doc b/doc/doxygen/pls.doc index ab415b2bab..b6890c2034 100644 --- a/doc/doxygen/pls.doc +++ b/doc/doxygen/pls.doc @@ -3,7 +3,9 @@ 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 @@ -102,4 +104,9 @@ file that you will provide. There is some caveats to know: More about ns-3 simulator (Official website) +\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". + */