Changes between Version 5 and Version 6 of FeddReleaseNotes


Ignore:
Timestamp:
Dec 4, 2010 5:23:20 PM (13 years ago)
Author:
mikeryan
Comment:

fix links to source

Legend:

Unmodified
Added
Removed
Modified
  • FeddReleaseNotes

    v5 v6  
    1616
    1717 * [http://www.protogeni.net/trac/protogeni/wiki ProtoGENI v1.0] plug-in support.  Experiments can now use ProtoGENI nodes
    18  * A plug-in for using [source:fedd/trunk/federation/deter_internal_access.py DETER's internal network] has been added, allowing multiple sub-experiments to be created on DETER.
     18 * A plug-in for using [source:fedd/federation/deter_internal_access.py DETER's internal network] has been added, allowing multiple sub-experiments to be created on DETER.
    1919 * An example [FeddSkelPlugin skeleton plug-in] is included in the code, as a demonstration of the architecture and a starting point for new plug-ins.
    2020 * Fedd uses [FeddPluginArchitecture#TopologyDescriptionLanguage topdl], our topology description language for sub-segment representation and communication between [FeddAbout#Overview experiment controller and access controller].  Topdl will be making its way out to user interfaces and input tools as well.
     
    2222  * This has been used to construct multi-party experiments with information hiding.
    2323 * Access controller/plug-in code has been reorganized and more heavily commented.
    24   * Common functionality has been moved into a plug-in [source:fedd/trunk/federation/access.py base class] for easy re-use.
     24  * Common functionality has been moved into a plug-in [source:fedd/federation/access.py base class] for easy re-use.
    2525 * [FeddPluggingIn Dynamic plug-in controllers] can be added by users
    2626 * Plug in interfaces have been [FeddDevelop documented]