aboutsummaryrefslogtreecommitdiff
path: root/main.py
Commit message (Collapse)AuthorAgeFilesLines
* rhumba: Revert to old example fileSander Vrijders2017-02-041-25/+0
| | | | | | The old example file was modified for testing purposes, but should stay as an example for people using Rhumba. This commit also renames it to example.py
* rhumba: Remove experiment name and add more infoSander Vrijders2017-02-031-15/+8
| | | | | | This removes the experiment name in the different experiments. It also adds some more info to the Node class, such as the full URL of the node after swap-in.
* rhumba: Add jFed supportSander Vrijders2017-01-241-3/+4
| | | | | | | This adds jFed support. You need to direct the python script to the jFed CLI jar when creating a jFedTestbed, as well as directing it to your certificate. The passphrase for this certificate will be asked upon starting.
* rhumba: Add emulab supportSander Vrijders2017-01-201-1/+5
| | | | | | | Now the defined experiment can already be run on the Virtual Wall (1 and 2). The user has to create an EmulabTestbed object and fill it in with the correct info. Next step would be adding jFed as a testbed so that the user can choose which testbed software to use.
* rhumba: Change example script and update rhumba.pySander Vrijders2017-01-181-10/+17
| | | | | | This changes the example script for instantiating a network with 2 nodes and a normal DIF between them. It also renames libarcfire.py to rhumba.py and updates its classes to the current example.
* libarcfire: add appmap supportVincenzo Maffione2016-10-231-0/+1
|
* libarcfire: add Experiment subclassesVincenzo Maffione2016-10-231-1/+1
|
* libarcfire: add Policy and normal DIFVincenzo Maffione2016-10-231-1/+7
|
* libarcfire: add basic classes and test codeVincenzo Maffione2016-10-231-0/+13