Skip to content
Snippets Groups Projects
  1. Sep 05, 2014
    • Bob Lantz's avatar
      Cluster edition prototype: remote nodes and links. · c265deed
      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.
      c265deed
  2. Aug 01, 2014
  3. Jul 25, 2014
  4. Jul 23, 2014
  5. Jul 19, 2014
  6. Jul 16, 2014
  7. Jul 15, 2014
  8. Jul 12, 2014
  9. Jul 10, 2014
  10. Oct 23, 2013
  11. Oct 04, 2013
  12. Oct 03, 2013
    • Brian O'Connor's avatar
      Adding NAT class · 47b9466f
      Brian O'Connor authored
      Includes automatic NAT feature (mn --nat) and addNAT convenience method for topologies
      fixes #111
      47b9466f
  13. Jul 26, 2013
  14. Jun 27, 2013
  15. May 23, 2013
  16. Mar 14, 2013
  17. Nov 15, 2012
  18. Nov 14, 2012
  19. Nov 04, 2012
  20. Aug 17, 2012
  21. Jul 07, 2012
  22. Jul 04, 2012
  23. Jul 02, 2012
  24. May 30, 2012
  25. May 11, 2012
  26. Apr 09, 2012
  27. Apr 06, 2012
  28. Mar 24, 2012
  29. Mar 23, 2012
  30. Mar 20, 2012
  31. Mar 12, 2012
  32. Mar 11, 2012
Loading