Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »

Table of Contents

Introduction

Floodlight adopts a modular architecture to implement its controller features and some applications.  Module Loading System (New) describes the Java IFloodlightModule interface that realizes this framework.

Functionally, Floodlight consists of controller modules that implement core network services a software defined network would expose to applications, and application modules that implement solutions for different purposes.

For Java developers, the automatically generated javadoc is available as well.

More Information

  • No labels