-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
243 lines (180 loc) · 8.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Mininet: An Instant Virtual Network on Your Laptop (or Other PC) - Mininet</title>
<meta name="author" content="Mininet Project Contributors">
<meta name="description" content="Mininet: An Instant Virtual Network on Your Laptop (or Other PC) Mininet creates a realistic virtual network, running
real kernel, switch and …">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://mininet.org/">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="" rel="alternate" title="Mininet" type="application/atom+xml">
<script src="/javascripts/modernizr-2.0.js"></script>
<!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"> --> </script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="/javascripts/libs/jquery.min.js"%3E%3C/script%3E'))</script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<style>
nav li, form { display: none; }
header time { display: none; }
.time { display: none; }
.credit { font-size: 75%; }
pre code { color: #91a1a1; }
</style>
</head>
<body >
<header role="banner">
<hgroup>
<h1><a href="/">Mininet</a></h1>
<h2>An Instant Virtual Network on your Laptop (or other PC)</h2>
</hgroup>
</header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
<li><a href="" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
</ul>
</nav>
<div id="main">
<div id="content">
<div>
<article role="article">
<header>
<h1 class="entry-title">Mininet: An Instant Virtual Network on Your Laptop (or Other PC)</h1>
</header>
<style>article header { display: none; }</style>
<div class="frontpageparagraph">
Mininet creates a <strong>realistic virtual network</strong>, running
<strong>real kernel, switch and application code</strong>, on a single
machine (VM, cloud or native), in seconds,
with a single command:
</div>
<div class="frontpagediagram">
<img src="images/frontpage_diagram.png" />
</div>
<p>Because you can easily
<a href="/sample-workflow/#interacting-with-a-network">interact with</a>
your network using the Mininet
<a href="/walkthrough/#interact-with-hosts-and-switches">CLI</a>
(and <a href="/api/annotated.html">API</a>),
<a href="/sample-workflow/#customizing-a-network">customize</a> it,
<a href="/sample-workflow/#sharing-a-network">share</a> it with others,
or
<a href="sample-workflow#running-on-hardware">deploy</a>
it on real hardware,
Mininet is useful for
<a href="sample-workflow">development</a>,
<a href="teaching">teaching</a>,
and <a href="http://reproducingnetworkresearch.wordpress.com">research</a>.</p>
<p>Mininet
is also a great way to develop, share, and experiment with Software-Defined Networking (SDN) systems using
<a href="https://opennetworking.org/software-defined-standards/specifications/">OpenFlow</a> and <a href="http://p4.org">P4</a>.</p>
<div class="frontpageparagraph">
Mininet is actively developed and supported, and is released under a
permissive BSD Open Source
<a href="https://github.com/mininet/mininet/blob/master/LICENSE">license</a>.
We encourage you to
<a href="/contribute">contribute</a> code, bug
reports/fixes, documentation, and anything else that can improve the system!
</div>
<div class="frontpagebutton">
<div class="buttontitle"><h3><a href="download">Get Started</a></h3></div>
<div class="buttontext">
<p>
<!-- No video yet!
Watch the intro video,
-->
<a href="download">Download</a> a Mininet VM,
do the <a href="walkthrough" title="Walkthrough">walkthrough</a>
and run the <a href="https://github.com/mininet/openflow-tutorial/wiki" title="Title">OpenFlow tutorial</a>.
</p>
</div>
</div>
<div class="frontpagebutton">
<div class="buttontitle"><h3><a href="support">Support</a></h3></div>
<div class="buttontext">
<p>
Read the
<a href="https://github.com/mininet/mininet/wiki/FAQ">FAQ</a>, read the
<a href="https://github.com/mininet/mininet/wiki/Documentation">documentation</a>,
and join our mailing list, <a href="https://mailman.stanford.edu/mailman/listinfo/mininet-discuss">mininet-discuss</a>.
</p>
</div>
</div>
<div class="frontpagebutton">
<div class="buttontitle"><h3><a href="contribute">Contribute</a></h3></div>
<div class="buttontext">
<p>
File a <a href="https://github.com/mininet/mininet/issues">bug</a>, download the <a href="https://github.com/mininet/mininet">source</a>, or submit a <a href="https://github.com/mininet/mininet/pulls">pull request</a> - all on GitHub.
</p>
</div>
</div>
<footer>
<div class="sharing">
</div>
</footer>
</article>
</div>
<aside class="sidebar">
<section>
<div class = "navigation"><p><a href="/">Mininet</a></p></div>
<!--
<div class = "navigation"><p><a href="/"></a>Intro Video</p></div>
-->
<div class = "navigation"><p><a href="/download">Get Started</a></p></div>
<div class = "navigation"><p><a href="/sample-workflow">Sample Workflow</a><p></div>
<div class = "navigation"><p><a href="/walkthrough">Walkthrough</a><p></div>
<div class = "navigation"><p><a href="/overview">Overview</a><p></div>
<br>
<div class = "navigation"><p><a href="/download">Download</a></p></div>
<div class = "navigation"><p><a href="https://github.com/mininet/mininet/wiki/Documentation">Documentation</a></p></div>
<div class = "navigation"><p><a href="https://github.com/mininet/mininet/wiki/Publications">Papers</a></p></div>
<div class = "navigation"><p><a href="https://github.com/mininet/mininet/wiki/Videos">Videos</a></p></div>
<div class = "navigation"><p><a href="https://github.com/mininet/mininet/wiki">Wiki</a></p></div>
<div class = "navigation"><p><a href="https://github.com/mininet/mininet">Source Code</a></p></div>
<div class = "navigation"><p><a href="https://github.com/mininet/mininet/actions">CI Testing</a></p></div>
<div class = "navigation"><p><a href="https://github.com/mininet/mininet/wiki/Mininet-Apps-and-Tools">Apps and Tools</a></p></div>
<div class = "navigation"><p><a href="https://github.com/mininet/mininet/wiki/Teaching-and-Learning-with-Mininet">Teaching</a></p></div>
<div class = "navigation"><p><a href="https://github.com/mininet/mininet/wiki/FAQ">FAQ</a></p></div>
<!--
<div class = "navigation"><p><a href="/"></a>Tutorials</p></div>
-->
<br>
<div class = "navigation"><p><a href="/support">Support</a></p></div>
<div class = "navigation"><p><a href="/contribute">Contribute</a></p></div>
<div class = "navigation"><p><a href="/news/archives">News Archive</a></p>
</div>
<div class = "navigation"><p><a href="/credits">Credits</a></p></div>
</section>
<section>
<a href="/news/"><h1>News</h1></a>
<ul id="recent_posts">
<li class="post">
<a href="/blog/2021/02/28/announcing-mininet-2-3-0/">Announcing Mininet 2.3.0 !</a>
</li>
<li class="post">
<a href="/blog/2020/06/29/mininet-paper-wins-sigcomm-test-of-time-award/">Mininet Wins ACM SIGCOMM Test of Time Paper Award</a>
</li>
<li class="post">
<a href="/blog/2018/08/27/sigcomm2018-hackathon-winners/">Congrats to Mininet SIGCOMM Hackathon Winners!</a>
</li>
<li class="post">
<a href="/blog/2017/06/30/open-networking-foundation-promotes-mininet/">Open Networking Foundation Promotes Mininet</a>
</li>
<li class="post">
<a href="/blog/2017/04/05/mininet-wins-sosr-systems-award/">Mininet Wins ACM SIGCOMM SOSR Software Systems Award !</a>
</li>
</ul>
</section>
</aside>
</div>
</div>
<footer role="contentinfo"> Copyright © 2022 Mininet Project Contributors -
<span class="credit">powered by <a href="http://octopress.org">Octopress</a></span>
</footer>
</body>
</html>