Hello App – Mul Controller App development note

This post will demonstrate how to write an application for Mul Controller.

Prerequisites

1. MuL Controller code and other required packages/libraries. Please refer to this post for more detailed instruction.

2. Average C language knowledge

Sample Application

A sample application for MuL controller can be found here .  Such an application is called a system app since it hooks up with internal apis of MuL controller.  (Another form of application is web-based application which makes use of REST/python apis which is not mentioned here and is covered here )   Continue reading

First ever release of open-source MuL SDN controller

MūL, is an openflow (SDN) controller. It has a C based muli-threaded infrastructure at its core. It supports a multi-level north bound interface for hooking up applications. It is designed for performance and reliability which is the need of the hour for deployment in mission-critical networks. Please visit Mul’s official project hosted at www.openmul.org for further technical details. We welcome community involvement in evolution of our open-source controller and hope it becomes one of the best open-source controller available.
We will use this blog to update about the latest news and info about MuL controller.