-
Notifications
You must be signed in to change notification settings - Fork 7
/
README
46 lines (28 loc) · 1.25 KB
/
README
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
Please note
===========
This project is deprecated and has been replaced by its successor
https://github.com/bisdn/rofl-common and is kept here as an archive.
Please do not use rofl-core for new projects any more.
-- 24.02.2016 --
What it is
==========
The Revised OpenFlow Library (ROFL) helps you adding OpenFlow support to your software to build control applications, controller frameworks and/or datapath elements.
This is a meta-repository that contains all the ROFL libraries. Refer to each library for more details on how to build and install.
Compilation
===========
To compile the libraries initialize all submodules like:
git submodule update --init --recursive
And for each of them proceed according to their README to install them.
More information, documentation and support
===========================================
* http://www.roflibs.org/
* http://www.roflibs.org/doc/
For getting support or participate in the discussions, join the mailing list [email protected] at https://lists.roflibs.org/mailman
Authorship
==========
(c) Copyright BISDN GmbH 2013
Andreas Koepsel<andreas.koepsel (at) bisdn.de>
Marc Sune<marc.sune (at) bisdn.de>
Victor Alvarez<victor.alvarez (at) bisdn.de>
Tobias Jungel<tobias.jungel (at) bisdn.de>
And others.