Skip to content
AndreKutzleb edited this page Nov 10, 2015 · 105 revisions

Overview

Zero Software Defined Networking (ZSDN) is a modular based SDN controller. The software is fully distributed which means there are no central instances that control the whole network. Instead it consists of multiple modules that are connected via ZMQ (see http://zeromq.org). The communication between modules is handled using google protobuffers. The execution of each module is controlled by an instance of the Zero Module Framework.

The ZSDN ModuleFramework controls the execution of a ZSDN module and connects it to the ZSDN system via ZMQ. The ZMF is used by controller modules and switch adapter modules.

The sidebar to the right contains all further information necessary to work with ZSDN.

Clone this wiki locally