Coder Social home page Coder Social logo

webopenflow's Introduction

webopenflow

A Bootstrap and Flask-based web GUI for demoing the creation and removal of OpenFlow flows using REST APIs of various controllers. Currently only OpenDayLight support.

Installation (Ubuntu)

sudo apt-get update
sudo apt-get install python-pip python-dev
pip install Flask
pip install Flask-WTF
pip install virtualenv

Starting

  • First, set the correct credentials and controller settings in config.py
source webopenflowenv/bin/activate
python run.py

webopenflow's People

Contributors

lamoni avatar

Watchers

 avatar

webopenflow's Issues

Add config file support

Too many things are hardcoded right now due to initial dev. Abstracting shouldn't be too hard. I can either use ConfigParser or just a class.

Add support for multiple switches

This is an obvious need. Shouldn't require too much effort, other than adding the select box for which switch you want to add a new flow to (and remove a flow from), and modifying the REST URI.

Decide on whether to keep old flow XML

As this demo evolves, I find myself removing the old flow XML (e.g. port flows). Should I be keeping this in the event someone wants to see a port flow? This depends on what the point of this demo is meant for.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.