Output Managers module
Interface between ns-3 and the rest of the world.
The classes in this group are written to take simulation results from ns-3 (while the simulation is running) and putting it into and external entity, that can be a database, or a text file, or whatever the developer wants.
The most used class is SqliteOutputManager, which is tailored for the need of the examples provided in this release.
Classes
- class ns3::FileOutputManager
- Store the values in files.
- class ns3::OutputManager
- The OutputManager interface for storing the simulation data.
- class ns3::SqliteOutputManager
- Output manager that stores data in a database.