Project

General

Profile

Task #1120

Updated by Junxiao Shi about 10 years ago

Develop a [[ConfigFileFormat|configuration file]] parser. configuration file parser that can process configuration file in [[ConfigFileFormat|INI format]]. 

 The parser uses an existing [INFO parser](http://www.boost.org/doc/libs/1_42_0/doc/html/boost_propertytree/parsers.html#boost_propertytree.parsers.info_parser) INI 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.

Back