mininet: init at 2.3.0d4 (#41261)

Mininet (https://github.com/mininet/mininet) is a popular network emulator that
glues several components such as network namespaces, traffic control
commands into a set of python bindings. It is then "easy" to describe a
topology and run experiments on it.
This commit is contained in:
Matthieu Coudron
2018-11-21 23:33:10 +00:00
committed by Jörg Thalheim
parent 494e290dce
commit 35f74c3608
5 changed files with 92 additions and 0 deletions
+2
View File
@@ -422,6 +422,8 @@ in {
monty = callPackage ../development/python-modules/monty { };
mininet-python = (toPythonModule (pkgs.mininet.override{ inherit python; })).py;
mpi4py = callPackage ../development/python-modules/mpi4py {
mpi = pkgs.openmpi;
};