Changes between Version 16 and Version 17 of OpenFlow/Controllers


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

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenFlow/Controllers

    v16 v17  
    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.
     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.
    1414
    1515[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.