-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenflowsdn_all.html
117 lines (103 loc) · 5.49 KB
/
openflowsdn_all.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
<!doctype html>
<html lang="en-US">
<head profile="http://www.w3.org/2005/10/profile">
<style>
navul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
navli {
float: left;
border-right:1px solid #bbb;
}
navli:last-child {
border-right: none;
}
navli a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
navli a:hover:not(.active) {
background-color: #111;
}
.active {
background-color: #4CAF50;
}
</style>
<link rel="icon" type="image/png" href="images/favicon.png"/>
<title>Openflow SDN Github Repository</title>
</head>
<body>
<navul>
<navli><a class="active" href="#home">Home</a></navli>
<navli><a href="#news">News</a></navli>
<navli><a href="#contact">Contact</a></navli>
<navli><a href="#about">About</a></navli>
</navul>
<br />
<h1>Openflow SDN Github Repository</h1>
<h2>3<sup>rd</sup> Party Code:</h2>
<ol>
<li>Openflow Driver Competition winner - LibFluid -
<a href="https://github.com/OpenNetworkingFoundation/libfluid">libfluid</a>,
<a href="https://github.com/OpenNetworkingFoundation/libfluid_base">libfluid_base</a>,
<a href="https://github.com/OpenNetworkingFoundation/libfluid_msg">libfluid_msg</a>
</li>
<li><a href="https://github.com/OpenNetworkingFoundation/ofsoftswitch13">Openflow v1.3 soft switch</a> -
The code is based on the Ericsson TrafficLab 1.1 softswitch
<a href="https://github.com/TrafficLab/of11softswitch">implementation</a>, with changes in the forwarding
plane to support OpenFlow 1.3</li>
</ol>
<h2>Projects:</h2>
<ol>
<li><a href="https://github.com/OpenNetworkingFoundation/ATRIUM">Atrium</a></li>
<li><a href="https://github.com/OpenNetworkingFoundation/CENTENNIAL">Cetennial</a> - Microwave PoC Applications</li>
<li><a href="https://github.com/OpenNetworkingFoundation/STEAMBOAT">Steamboat</a>.
Code under <a href="https://github.com/shivarammysore/faucet/tree/packaging">Faucet</a></li>
<li><a href="https://github.com/OpenNetworkingFoundation/DURANGO">Durango</a> -
OF-Config implementation for OpenVSwitch</li>
</ol>
<h2>Dummy Repositories:</h2>
<ol>
<li><a href="https://github.com/OpenNetworkingFoundation/BRECKENRIDGE">Breckernridge</a> - NBI Architecture and Forwarding WG Repo</li>
<li><a href="https://github.com/OpenNetworkingFoundation/Englewood">Englewood</a> - implementation for OpenTransport Specification</li>
<li><a href="https://github.com/OpenNetworkingFoundation/TELLURIDE-E2E-WAN-as-Service">Telluride</a>
End-to-End WAN as a Service</li>
<li><a href="https://github.com/OpenNetworkingFoundation/SampleDriver">Sample Driver</a></li>
<li><a href="https://github.com/OpenNetworkingFoundation/Unified-Access-Network-for-Enterprise">
Unified Access Network for Enterprise</a> - no documentation. What does it do?</li>
</ol>
<h2>Archive Repos:</h2>
<ol>
<li><a href="https://github.com/OpenNetworkingFoundation/SampleTap">SampleTap</a> -
Simple networking tapping application created to illustrate SDN and OpenFlow v1.0 basic functionality</li>
</ol>
<h2>Working Group Related:</h2>
<ol>
<li><a href="https://github.com/OpenNetworkingFoundation/BOULDER-Intent-NBI">Boulder</a> - Intent based North Bound Interface</li>
<li><a href="https://github.com/OpenNetworkingFoundation/PIF-Open-Intermediate-Representation">PIF Open Intermediate Representation</a> - Protocol Independent Forwarding</li>
<li><a href="https://github.com/OpenNetworkingFoundation/FLORENCE">Florence</a> - SDN Security Testing Framework</li>
<li><a href="https://github.com/OpenNetworkingFoundation/TTP_Repository">Tutorial and examples for Table Type Patterns (TTPs)</a></li>
<li><a href="https://github.com/OpenNetworkingFoundation/NBI">NBI</a> - RESTful APIs for an open SDN platform</li>
<li><a href="https://github.com/OpenNetworkingFoundation/EAGLE-Open-Model-Profile-and-Tools">Eagle</a> - Open Model Profile and Tools</li>
</ol>
<h2>Working Group docs and Specifications:</h2>
<ol>
<li><a href="https://github.com/OpenNetworkingFoundation/ONFOpenTransport">Open Transport </a></li>
<li><a href="https://github.com/OpenNetworkingFoundation/architecture">Architecture</a></li>
<li><a href="https://github.com/OpenNetworkingFoundation/ONFInfoModel">Architecture</a> - sub-team working on ONF wide Information Models</li>
<li><a href="https://github.com/OpenNetworkingFoundation/nigelsModel">Nigels Model</a> - REMOVE THIS???</li>
<li><a href="https://github.com/OpenNetworkingFoundation/extensibility">Extensibilty</a> - Openflow Specification</li>
<li><a href="https://github.com/OpenNetworkingFoundation/ASPEN-Real-Time-Media-Interface">Aspen</a> - Real-time Media Specification?</li>
<li><a href="https://github.com/OpenNetworkingFoundation/configuration">OF-Config</a> - Specification</li>
<li><a href="https://github.com/OpenNetworkingFoundation/hybrid">Hybrid</a></li>
<li><a href="https://github.com/OpenNetworkingFoundation/testing">Testing</a></li>
</ol>
</body>
</html>