-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (47 loc) · 3.01 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>BEBA EU Project by beba-eu</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>BEBA EU Project</h1>
<p>Official code repository</p>
<p class="view"><a href="https://github.com/beba-eu">View My GitHub Profile</a></p>
</header>
<section>
<h1>
<a id="welcome-to-the-beba-eu-project" class="anchor" href="#welcome-to-the-beba-eu-project" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to the BEBA EU Project</h1>
<p>This is the <strong>official code repository</strong> of the BEBA project.</p>
<p>BEBA is a European H2020 project on SDN data plane programmability. Our goal is to devise a data plane abstraction and prototype implementations for future-proof network devices capable of being repurposed with middlebox-type functions well beyond static packet forwarding, with a focus on stateful processing and packet generation.</p>
<p>To learn more visit the project home page <a href="http://www.beba-project.eu/">http://www.beba-project.eu/</a>.</p>
<h2>
<a id="try-beba-with-mininet" class="anchor" href="#try-beba-with-mininet" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Try BEBA with Mininet</h2>
<p>The following commands have been tested in a clean <strong>Mininet 2.2.1 VM on Ubuntu 14.04 (64 bit)</strong>. You can download a Mininet VM at <a href="https://github.com/mininet/mininet/wiki/Mininet-VM-Images">this link</a>. For help running Mininet please refer to <a href="http://mininet.org/">http://mininet.org/</a></p>
<p>To install both the <a href="https://github.com/beba-eu/beba-switch">BEBA Software Switch</a> and the <a href="https://github.com/beba-eu/beba-ctrl">BEBA Controller</a>, type the following command in your shell:</p>
<pre><code>bash -c "$(wget -O - https://git.io/try-beba)"
</code></pre>
<h3>
<a id="example-applications" class="anchor" href="#example-applications" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Example applications</h3>
<p>This section is still work in progress...</p>
<h2>
<a id="contribute" class="anchor" href="#contribute" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Contribute</h2>
<p>Please submit your bug reports, fixes and suggestions as pull requests on
GitHub, or by contacting us directly.</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>