diff options
-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/>`_. |