forked from mxfgit/openmul
-
Notifications
You must be signed in to change notification settings - Fork 0
OpenMuL SDN Platform
License
Unknown, GPL-2.0 licenses found
Licenses found
Unknown
LICENSE
GPL-2.0
COPYING
slab14/openmul
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
## How to get openmul source-code ? $ git clone https://github.com/openmul/openmul.git For getting source code based on permissive license (eg Apache or BSD) or any support, please contact [email protected] ## How to build MUL Controller on Ubuntu/CentOS ? 1. Run all-in-one build command : a) For Ubuntu 10.04.3LTS+, CentOS-5+, run the following command : $ ./build.sh The above command will install all necessary packages and build necessary modules. 2. Executables will be built as : Core : <top-mul-dir>/mul/mul Application (eg l2switch) : <top-mul-dir>/application/l2switch/mull2sw - Other applications will be built in their respective directories inside <top-mul-dir>/application/ - You need to run using sudo or as admin. 6. How to run ? Mul provides an utility startup script for various use cases : 1. Initialize MuL's execution environment 2. Start MuL and its components $ cd <top-mul-dir> $ ./mul.sh start l2switch ## Run in l2switch mode OR, $ ./mul.sh start fabric ## Run in fabric OR, $ ./mul.sh -h ## Show all options 7. Please follow openmul documentation in <top-mul-dir>/docs 8. For further information please visit www.openmul.org
About
OpenMuL SDN Platform
Resources
License
Unknown, GPL-2.0 licenses found
Licenses found
Unknown
LICENSE
GPL-2.0
COPYING
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 85.7%
- Makefile 6.0%
- Shell 5.7%
- Python 1.8%
- C++ 0.5%
- M4 0.3%