Hood Status

From NESTFE Wiki

Jump to: navigation, search

API

  • The new Refl API has a new "update" command instead of a "pull" command, to be consistent with the Registry attr API
  • A backend interface is offered by refl objects, similar to attr objects
  • Scribbles will be exactly the same as refls, except that they will always fail on "update"
  • If the user wants to reimplement a Refl, they can do so just by providing the Refl interface, similar to the way a Attr can be provided by an arbitrary module
  • the neighborhood manager API is now much simpler

Code

  • The initial code is currently checked in
  • Nothing is autogenerated, that can be done later
  • the bootstrap command from previous implementations has been eliminated

May 17

  • finished the backend, ie data communication, marshalling, etc
  • several improvements over last implementation (see Hood)
  • work on pc-side tools should be complete soon, and the project will be finished