X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c6c70755437a20d01493e1ffe20a0292226fb4f8..1e9dd0ff9855a8a11d6ddabdb09088729c81a8f4:/examples/README.rst diff --git a/examples/README.rst b/examples/README.rst index 227aa3b518..7cc5e29be1 100644 --- a/examples/README.rst +++ b/examples/README.rst @@ -863,6 +863,29 @@ Simulating Clouds .. example-tab:: examples/c/cloud-migration/cloud-migration.c +======================= +Model-Related Examples +======================= + + - **ns-3 as a SimGrid Network Model** + This simple ping-pong example demonstrates how to use the bindings to the Network + Simulator. The most interesting is probably not the C++ files since + they are unchanged from the other simulations, but the associated files, + such as the platform file to see how to declare a platform to be used + with the ns-3 bindings of SimGrid and the tesh file to see how to actually + start a simulation in these settings. + + .. tabs:: + + .. example-tab:: examples/s4u/network-ns3/s4u-network-ns3.cpp + + .. group-tab:: XML + + **Platform files:** + + .. showfile:: examples/platforms/small_platform_one_link_routes.xml + :language: xml + ======================= Model-Checking Examples =======================