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:
committed by
Jörg Thalheim
parent
494e290dce
commit
35f74c3608
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user