Skip to content
licheng edited this page May 17, 2016 · 2 revisions

Miracle

  • Miracle is a mini controller.
  • Miracle uses the Tornado to build the network communication component.
  • Miracle defines the data structures of OpenFlow by Scapy.
  • Author: Cheng Li, Weichen Zhao

##Install

###Tornado

pip install tornado

###Scapy

apt-get install scapy

##Getting Started cd Miracle python miracle.py

Clone this wiki locally