Skip to content
Snippets Groups Projects
  1. Sep 17, 2014
  2. Sep 16, 2014
  3. Sep 10, 2014
  4. 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
  5. Sep 04, 2014
  6. Aug 28, 2014
  7. Aug 27, 2014
  8. Aug 16, 2014
  9. Aug 15, 2014
    • Gregory Gee's avatar
      Update to MiniEdit 2.2.0.0 · 1a531415
      Gregory Gee authored
      - Updated for new Mininet 2.2.0
      - Support TCP or SSL for remote controller
      - Support HostWithPrivateDirs Hosts
      1a531415
  10. Aug 14, 2014
  11. Aug 08, 2014
  12. Jul 10, 2014
  13. Jul 01, 2014
  14. Jun 26, 2014
  15. Jun 21, 2014
  16. Jun 20, 2014
  17. Jun 11, 2014
  18. Jun 10, 2014
  19. May 30, 2014
  20. May 29, 2014
  21. Mar 16, 2014
  22. Mar 01, 2014
  23. Feb 24, 2014
  24. Jan 29, 2014
  25. Jan 03, 2014
    • Gregory Gee's avatar
      Uploading MiniEdit 2.1.0.7.1 · 9aefda7c
      Gregory Gee authored
      Many changes since master version.
      - save/load topologies
      - host, controller, switch and link properties
      - link actions to set status up/down
      9aefda7c
  26. Dec 20, 2013
  27. Dec 12, 2013
Loading