Changes between Version 27 and Version 28 of OpenFlow/Controllers


Ignore:
Timestamp:
03/03/15 13:48:31 (9 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenFlow/Controllers

    v27 v28  
    1313[http://garyberger.net/?p=537 NodeFlow] is an OpenFlow controller written in pure !JavaScript for Node.JS.  Node.JS provides an asynchronous library over !JavaScript for server side programming which is perfect for writing network based applications.
    1414
    15 [http://www.opendaylight.org OpenDaylight]
     15[http://www.opendaylight.org OpenDaylight] is a Java-based controller.
    1616
    1717[http://noxrepo.org/ POX] is a Python based platform that gives the ability to developers to implement new controllers by writing NOX modules in either Python. Pox was part of what is now called Nox classic, but it was separated into a different controller platform that only supports Python.  Pox is supported but no new development is happening in this platform.