https://github.com/curent/mininet

Emulator for rapid prototyping of Software Defined Networks

https://github.com/curent/mininet

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    10 of 70 committers (14.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.9%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Emulator for rapid prototyping of Software Defined Networks

Basic Info
  • Host: GitHub
  • Owner: CURENT
  • License: other
  • Language: Python
  • Default Branch: master
  • Homepage: mininet.org
  • Size: 2.89 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of mininet/mininet
Created over 7 years ago · Last pushed over 7 years ago

https://github.com/CURENT/mininet/blob/master/

Mininet: Rapid Prototyping for Software Defined Networks
========================================================
*The best way to emulate almost any network on your laptop!*

Mininet 2.3.0d4

[![Build Status][1]](https://travis-ci.org/mininet/mininet)

### What is Mininet?

Mininet emulates a complete network of hosts, links, and switches
on a single machine.  To create a sample two-host, one-switch network,
just run:

  `sudo mn`

Mininet is useful for interactive development, testing, and demos,
especially those using OpenFlow and SDN.  OpenFlow-based network
controllers prototyped in Mininet can usually be transferred to
hardware with minimal changes for full line-rate execution.

### How does it work?

Mininet creates virtual networks using process-based virtualization
and network namespaces - features that are available in recent Linux
kernels.  In Mininet, hosts are emulated as `bash` processes running in
a network namespace, so any code that would normally run on a Linux
server (like a web server or client program) should run just fine
within a Mininet "Host".  The Mininet "Host" will have its own private
network interface and can only see its own processes.  Switches in
Mininet are software-based switches like Open vSwitch or the OpenFlow
reference switch.  Links are virtual ethernet pairs, which live in the
Linux kernel and connect our emulated switches to emulated hosts
(processes).

### Features

Mininet includes:

* A command-line launcher (`mn`) to instantiate networks.

* A handy Python API for creating networks of varying sizes and
  topologies.

* Examples (in the `examples/` directory) to help you get started.

* Full API documentation via Python `help()` docstrings, as well as
  the ability to generate PDF/HTML documentation with `make doc`.

* Parametrized topologies (`Topo` subclasses) using the Mininet
  object.  For example, a tree network may be created with the
  command:

  `mn --topo tree,depth=2,fanout=3`

* A command-line interface (`CLI` class) which provides useful
  diagnostic commands (like `iperf` and `ping`), as well as the
  ability to run a command to a node. For example,

  `mininet> h11 ifconfig -a`

  tells host h11 to run the command `ifconfig -a`

* A "cleanup" command to get rid of junk (interfaces, processes, files
  in /tmp, etc.) which might be left around by Mininet or Linux. Try
  this if things stop working!

  `mn -c`

### New features in this release

This is primarily a performance improvement and bug fix release.

- Batch startup has been implemented for Open vSwitch, improving
  startup performance.

- OVS patch links have been implemented via OVSLink and --link ovs

  Warning! These links have *serious limitations* compared to
  virtual Ethernet pairs: they are not attached to real Linux
  interfaces so you cannot use tcpdump or wireshark with them;
  they also cannot be used in long chains - we don't recommend more
  than 64 OVSLinks, for example --linear,64. However, they can offer
  significantly better performance than veth pairs, for certain
  configurations.

- You can now easily install Mininet on a Raspberry Pi ;-)

- Additional information for this release and previous releases
  may be found in the release notes on docs.mininet.org

### Installation

See `INSTALL` for installation instructions and details.

### Documentation

In addition to the API documentation (`make doc`), much useful
information, including a Mininet walkthrough and an introduction
to the Python API, is available on the
[Mininet Web Site](http://mininet.org).
There is also a wiki which you are encouraged to read and to
contribute to, particularly the Frequently Asked Questions (FAQ.)

### Support

Mininet is community-supported. We encourage you to join the
Mininet mailing list, `mininet-discuss` at:



### Join Us

Thanks again to all of the Mininet contributors!

Mininet is an open source project and is currently hosted
at .  You are encouraged to download
the code, examine it, modify it, and submit bug reports, bug fixes,
feature requests, new features and other issues and pull requests.
Thanks to everyone who has contributed code to the Mininet project
(see CONTRIBUTORS for more info!) It is because of everyone's
hard work that Mininet continues to grow and improve.

### Enjoy Mininet

Best wishes, and we look forward to seeing what you can do with
Mininet to change the networking world!

Bob Lantz
Mininet Core Team

[1]: https://travis-ci.org/mininet/mininet.svg?branch=master

GitHub Events

Total
Last Year

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 1,735
  • Total Committers: 70
  • Avg Commits per committer: 24.786
  • Development Distribution Score (DDS): 0.334
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Bob Lantz r****z@c****u 1,155
Brandon Heller b****h@s****u 186
cody burkard c****y@o****s 108
Brian O'Connor b****n@o****s 66
Brian O'Connor b****3@g****m 60
Rich Lane r****e@b****m 22
Jose Pedro Oliveira j****o@d****t 15
Gregory Gee g****r@g****m 10
Baohua Yang b****g@c****m 6
Brad Walker b****d@b****m 5
Nikhil Handigol n****h@s****u 5
Roan Huang p****g@c****w 5
Andrew Ferguson a****n@g****m 4
Andrew Ferguson a****f@c****u 4
backb1 b****1 4
Bob Lantz o****w@d****n 3
David Erickson d****o@s****u 3
Murphy McCauley m****y@g****m 3
Olivier Tilmans o****s@u****e 3
Rémy Léone r****e@g****m 3
Vitaliy Ivanov v****v@g****m 3
Ryan Cox r****x@g****m 2
Babis Kaidos c****s@i****m 2
Felician Nemeth n****f@t****u 2
Gustavo Pantuza Coelho Pinto g****a@g****m 2
James Page j****e@u****m 2
Jonathan Hart j****o@o****s 2
M S Vishwanath Bhat m****t@g****m 2
Matthieu Coudron m****r@g****m 2
None N****e 2
and 40 more...

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels