Task #1120
Updated by Junxiao Shi almost 11 years ago
Develop a configuration file parser that can process configuration file in [[ConfigFileFormat|INI the [[ConfigFileFormat|following format]]. The parser uses an existing INI YAML parser to parse the configuration file, and dispatches each section to the appropriate section handler. Parser API should support `std::istream` or equivalent argument type, to facilitate unit testing and usage in ns-3 simulation.