- Nov 10, 2014
-
-
Bob Lantz authored
The hope is that this will make the results a bit more consistent when running in a VM environment.
-
- Nov 07, 2014
-
-
cody burkard authored
-
- Oct 31, 2014
-
-
Bob Lantz authored
Background: the reference controller is reactive and installs exact match rules. By attempting to start a telnet session we make sure that the ARP caches and TCP flow rules are set up (in one direction at least) before the test starts. This is intended to help with #413
-
cody burkard authored
-
- Oct 29, 2014
-
-
cody burkard authored
-
- Oct 13, 2014
-
-
Bob Lantz authored
-
- Oct 03, 2014
-
-
cody burkard authored
-
cody burkard authored
-
- Sep 30, 2014
-
-
Bob Lantz authored
-
- Sep 27, 2014
-
-
cody burkard authored
add 1ms delay to all links to exaggerate TCP bandwidth decrease across an increasing number of links
-
cody burkard authored
-
cody burkard authored
-
cody burkard authored
-
cody burkard authored
-
cody burkard authored
-
cody burkard authored
-
- Sep 25, 2014
-
-
cody burkard authored
-
cody burkard authored
-
cody burkard authored
-
- Sep 22, 2014
-
-
Bob Lantz authored
-
- Sep 17, 2014
-
-
cody burkard authored
-
- Sep 16, 2014
-
-
Bob Lantz authored
-
- Sep 10, 2014
-
-
cody burkard authored
-
- Sep 05, 2014
-
-
Bob Lantz authored
We add a new experimental feature to allow Mininet to run across a cluster of machines. This is currently implemented via a set mix-in classes that provide remote nodes that are implemented via a connection to a remote shell, and remote links which are tunnels across servers. In this preliminary implementation, both control and data connections are made via ssh, but this could change in the future. A MininetCluster class is provided which allows existing code to be used with minimal modification - all that is required is to provide a list of servers to use. A customizable placement algorithm may also be specified. An experimental CLI subclass is also provided to make it easier to examine node placement; status and links commands can also check whether nodes and tunnels are still running. Although this is an experimental feature, it does include a --cluster option to make it convenient to start up a Mininet simulation over a cluster, and a script to assist with setting up the prerequisite authentication via ssh key pairs. The cluster feature is preliminary and missing some obvious important features, such as parallel startup and multiple tunnel types, which we hope to add in the future.
-
- Sep 04, 2014
-
-
cody burkard authored
-
- Aug 28, 2014
-
-
Brian O'Connor authored
-
Brian O'Connor authored
-
Brian O'Connor authored
-
Brian O'Connor authored
-
Brian O'Connor authored
-
- Aug 27, 2014
-
-
Brian O'Connor authored
-
Brian O'Connor authored
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
-
- Aug 16, 2014
-
-
Gregory Gee authored
- Replace custom code to set OF protocols with new Mininet available API to set.
-
- Aug 15, 2014
-
-
Gregory Gee authored
- Updated for new Mininet 2.2.0 - Support TCP or SSL for remote controller - Support HostWithPrivateDirs Hosts
-
- Aug 14, 2014
-
-
Brian O'Connor authored
-