For Developers

Current Development Priorities

  • Define coding guidelines.
  • Define a "contributor's criteria" where we call out what needs to be done to get things committed. This will include things like: Added unit tests for added code, show all unit tests are passing, meets coding guidelines....
  • Getting started document, installation requirements...
  • More documentation....

Then there are targets for the code development:

  • Currently LoxiGen builds target code which supports OF 1.0, 1.1, 1.2 and 1.3, but only 1.0 is tested/exercised right now. There will need to be changes to get LoxiGen to support exactly 1 version, but we should do that as it should have some optimization impact.
  • The Linux Reference Implementation has a simple UI interface based on the uCli module; the set of commands needs to be expanded.
  • LRI only supports 1.0. Would like to add support for 1.2 or 1.3....