devusage.md 1.09 KB

The configuration module objectives are

  1. Allow easy parameters management in oai, helping the development of a flexible, modularized and fully configurable softmodem.
  2. Use a common configuration API in all oai modules
  3. Allow development of alternative configuration sources without modifying the oai code. Today the only delivered configuration source is the libconfig format configuration file.

As a developer you may need to look at these sections:

Loader usage examples can be found in oai sources:

loader home page