Project

General

Profile

Task #1120

Updated by Junxiao Shi over 10 years ago

Develop a configuration file parser that can Interface will defined be here soon. 

 ConfigFile parse should process configuration file in the [[ConfigFileFormat|following format]]. format]] 

 The parser uses an existing 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.

Back