aboutsummaryrefslogtreecommitdiff
path: root/examples/scalingtime.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.