aboutsummaryrefslogtreecommitdiff
path: root/examples/scalingtime.py
Commit message (Collapse)AuthorAgeFilesLines
* rumba: Remove irati/rlite, python2 and qemu supportDimitri Staessens2 days1-83/+52
| | | | | | | | | | | | | | Remove IRATI and rlite prototype plugins, keeping only Ouroboros. Delete .gitlab-ci.yml (only contained an irati test job and a Sphinx pages job). Clean up all irati/rlite imports and references from examples, documentation, and tools. Qemu was tied heavily with rlite and irati. As it's less useful for ouroboros it's removed rather than reworked. Updated README.md and AUTHORS Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
* rumba: Add exit status to ExperimentManagerHEADmasterThijs Paelman2026-01-181-1/+3
| | | | Record if the body of the ExperimentManager ran without any errors.
* examples: Add swapout CLI argument to scalingtimeThijs Paelman2026-01-141-1/+5
| | | | | | | | Add some methods to the enum for nicer reporting when printing the help documentation or when errors occur due to incorrect values on the command line. Signed-off-by: Thijs Paelman <thijs@ouroboros.rocks>
* rumba: Add visualisation toolDimitri Staessens2022-11-191-46/+48
| | | | | | | The draw_experiment(exp) function will draw a 3D representation of the network. Depends on igraph and plotly packages. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
* examples: Make scalingtime.py more genericSander Vrijders2018-04-251-12/+125
| | | | | | | This makes scalingtime.py more generic by allowing the user to pass command-line arguments to select the prototype, testbed, ... Fixes #50
* examples: Simplify scalingtime.pySander Vrijders2018-03-201-3/+3
| | | | | | This simplifies scalingtime.py to have the end nodes in the public internet layer directly on top of the ethernet layer. There is no need for them to be a part of the metro layer.
* utils & storyboard: add syslog retrieval functionalityMarco Capitani2018-02-271-2/+2
| | | | | Implements #39. Also updated examples.
* examples: Add Rumba paper demonstrationSander Vrijders2018-02-151-0/+133
This adds the demo as described in the Rumba paper.