src/contrib/contrib.h
author Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
Sat, 04 Jul 2009 08:15:48 +0200
changeset 4654 2eaebe77d66b
parent 3690 5e90a85aafaa
permissions -rw-r--r--
Added tag ns-3.5 for changeset c975274c9707

/**
 * \addtogroup contrib Contrib
 *
 * The src/contrib directory is for contributed code that is being maintained
 * by the authors, but is not yet part of the main tree.
 * For instance, the developers may be requesting feedback on whether anyone
 * thinks the contributed model is generally useful to maintain in the main
 * tree, or may want feedback on the API or features.  If you find the
 * code in this directory useful, please let the ns-3 developers know.
 * Code may migrate from this directory to the main tree, or may be 
 * removed due to lack of interest, for a later release.
 *
 * - A class to generate graphs with gnuplot: ns3::Gnuplot and ns3::GnuplotDataset
 * - A class to hold configuration data:  ns3::ConfigStore and methods to allow the configuration to be read from and written to a file
 * - A graphical editor of the config store:  ns3::GtkConfigStore
 * - An object that garbage collects events:  ns3::EventGarbageCollector
 * - An object that provides "quick and dirty" delay and jitter estimation:  ns3::DelayJitterEstimation
 */