From 89254bc0ba3b80fe522f1342f08b23d5d120c6e6 Mon Sep 17 00:00:00 2001 From: Laurent Bobelin Date: Wed, 28 Sep 2011 13:42:59 +0200 Subject: [PATCH] Added some doc for ns-3. Changed a +50 to a ~100 in welcome index.php --- doc/pls.doc | 31 ++++++++++++++++++++++++++----- website/index.php.in | 2 +- 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/doc/pls.doc b/doc/pls.doc index a6deac563c..dd4e0e0771 100644 --- a/doc/pls.doc +++ b/doc/pls.doc @@ -2,14 +2,15 @@ \htmlinclude .pls.doc.toc -\section pls_simgrid_configuration_gtnets Using GTNetS - 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. At the moment, -we support the GTNetS simulator (it is still rather experimental -though, so leave us a message if you play with it). +we support the GTNetS simulator and since version 3.6.2, ns-3. + + +\section pls_simgrid_configuration_gtnets Using GTNetS + To enable GTNetS model inside SimGrid it is needed to patch the GTNetS simulator source code @@ -119,6 +120,26 @@ gtnets/gtnets gtnets/onelink-p.xml gtnets/onelink-d.xml --cfg=network_model:GTNe It is possible to use discrete-event network simulator (ns-3) for Internet systems instead of the default one. +A ns-3 platform is created according to the platform file you provide in SimGrid format. However from this configuration, we had to set up some extra parameters : + + To use ns3 model inside SimGrid you have to install at least the version 3.10 of ns3 simulator. @@ -220,4 +241,4 @@ You should see More about ns-3 simulator (Official website) -*/ \ No newline at end of file +*/ diff --git a/website/index.php.in b/website/index.php.in index a008005bb6..8121af8934 100644 --- a/website/index.php.in +++ b/website/index.php.in @@ -71,7 +71,7 @@ $group_name="simgrid";

Tool dissemination

-- 2.20.1