Rumba: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Rumba is a Python framework for setting up Ouroboros and RINA networks in a test environment that was developed during the [[History of Ouroboros#ARCFIRE | ARCFIRE]] project. Its main objectives are to configure networks and to evaluate the impact of the architecture on configuration management and devops in computer and telecommunications networks. The original Rumba project page is [https://gitlab.com/ARCFIRE/Rumba here]. | Rumba is a Python framework for setting up Ouroboros and RINA networks in a test environment that was developed during the [[History of Ouroboros#ARCFIRE | ARCFIRE]] project. Its main objectives are to configure networks and to evaluate the impact of the architecture on configuration management and devops in computer and telecommunications networks. The original Rumba project page is [https://gitlab.com/ARCFIRE/Rumba here]. | ||
Line 9: | Line 7: | ||
* easily define network topologies | * easily define network topologies | ||
* Support for different prototypes | * Support for different prototypes: | ||
** Ouroboros | ** Ouroboros<ref>Only Ouroboros is maintained in our git clone, it may not work anymore with rlite and IRATI.</ref> | ||
** rlite | ** rlite | ||
** IRATI | ** IRATI | ||
Line 18: | Line 16: | ||
** docker container | ** docker container | ||
** virtual machine (qemu) | ** virtual machine (qemu) | ||
** jFed testbeds | ** [https://jfed.ilabt.imec.be/ jFed] testbeds | ||
* script experiments | * script experiments | ||
* rudimentary support for drawing these networks (using pydot) | * rudimentary support for drawing these networks (using pydot) | ||
{{Under construction}}, see https://ouroboros.rocks/docs/tools/rumba/ | |||
==Notes== | |||
<references /> |
Revision as of 23:59, 4 January 2024
Rumba is a Python framework for setting up Ouroboros and RINA networks in a test environment that was developed during the ARCFIRE project. Its main objectives are to configure networks and to evaluate the impact of the architecture on configuration management and devops in computer and telecommunications networks. The original Rumba project page is here.
Rumba can quickly set up test networks for Ouroboros that are made up of many IPCPs and Layers. We keep a version on this site up-to-date with the Ouroboros prototype.
Features
- easily define network topologies
- Support for different prototypes:
- Ouroboros[1]
- rlite
- IRATI
- create these networks using different possible environments:
- local PC (Ouroboros only)
- docker container
- virtual machine (qemu)
- jFed testbeds
- script experiments
- rudimentary support for drawing these networks (using pydot)
This page is under construction , see https://ouroboros.rocks/docs/tools/rumba/
Notes
- ↑ Only Ouroboros is maintained in our git clone, it may not work anymore with rlite and IRATI.