Changes between Version 15 and Version 16 of OpenFlow/Controllers


Ignore:
Timestamp:
01/28/12 22:15:33 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenFlow/Controllers

    v15 v16  
    1111[https://code.google.com/p/maestro-platform/ Maestro] is a multi-threaded Java-based platform that allows developers to implement new !OpenFlow controllers. Maestro was developed at Rice University.
    1212
     13[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.
     14
    1315[http://noxrepo.org/ NOX] is a C++ based platform that gives the ability to developers to implement new controllers by writing NOX modules in either C++ or Python. Writing new modules in Python is a very easy way to get started with a prototype controller. NOX was developed at Stanford University.
    1416