diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2018-07-27 07:48:31 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-07-27 07:48:31 +0200 |
commit | 88c6e85ae0554b7f95987a8964f8925b1226c0dc (patch) | |
tree | 5ba5b09b3128ecab4a357fbba7e4e314d795b182 | |
parent | e2578368efb337404450000a3e955b872d6b1695 (diff) | |
download | rumba-88c6e85ae0554b7f95987a8964f8925b1226c0dc.tar.gz rumba-88c6e85ae0554b7f95987a8964f8925b1226c0dc.zip |
doc: Add reference to Rumba paper
This will add a reference to the Rumba paper in the documentation and
direct new jFed users to the 'rumba' project.
-rw-r--r-- | doc/index.rst | 7 | ||||
-rw-r--r-- | doc/jfed.rst | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst index 522a4ae..a660719 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -11,6 +11,13 @@ then bootstrapped on the available nodes. Users can then run a Storyboard which emulates real network traffic. Finally, the experiment can be swapped out of the testbed. +An in-depth explanation can be found in `Sander Vrijders, Dimitri +Staessens, Marco Capitani and Vincenzo Maffione, "Rumba: A python +framework for automating large-scale Recursive Internet Experiments on +GENI and FIRE+" +<https://ieeexplore.ieee.org/document/8406981/>`_. Please cite it when +using Rumba in scientific work. + This site covers Rumba's usage and API documentation. The repository holding the code can be found `here <https://gitlab.com/arcfire/rumba>`_. Example scripts can be found in diff --git a/doc/jfed.rst b/doc/jfed.rst index 68a0640..b9f2822 100644 --- a/doc/jfed.rst +++ b/doc/jfed.rst @@ -5,6 +5,11 @@ jFed `jFed <http://jfed.iminds.be/>`_ is a Java-based framework for testbed federation. +Users that do not have a jFed account yet can create an account at the +`jFed authority <https://authority.ilabt.iminds.be/>`_. There is a +project dedicated to Rumba experiments called 'rumba' which you can +join. + In order to use the jFed testbed, a user first needs to download his/her key from the `jFed authority <https://authority.ilabt.iminds.be/>`_. |