This repository was archived by the owner on Aug 16, 2023. It is now read-only.
renatoaguiar/erlang-openflow
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Introduction
The erlang-openflow is a pure erlang implementation of an openflow controller
which is being contructed on top of OTP framework.
# Quick start
$ make
$ ./start
(The controller will start to listen to 6633 port)
TIP: Use mininet (http://openflow.org/mininet) to simulate an openflow network.