/*! \mainpage Raritan BMC API documentation
 * 
 * \section intro Introduction 
 * 
 * This documentation describes the API used to access BMC server and client.
 * It describes all major functions and parts needed to impleppment an Topology
 * and an OEM command.
 * 
 * Please note that this documentation is not complete and work in progress.
 * Currently only the BMC API is covered although we plan to integrate other
 * important software modules in the future.
 *
 * \section overview Overview
 *
 * This section provides a coarse overview over the existing modules and their
 * functions.
 *
 * The main modules are:

 *
 * \section BMC API details
 *      - libpp_bmccore: kernel code for bmc
 *      - libpp_sensor: bmc sensor library and driver
 *      - libpp_loopi: our internal channel for bmc server and client
 *      - libpp_lanserv_new: lan channel for bmc
 *      - libpp_ipmb: IPMB channel for bmc
 * 
 * 
 * <h3>How to use the new API </h3>
 *
 * 
 * \image html bmc_archi.png
 *
 * \section chglog Change log
 *    - 0.1: 
 *      - initial draft
 *   
 *
 * (c) 2004 Peppercon AG, miba@peppercon.de, tbr@peppercon.de, mkl@peppercon.de, geo@peppercon.de
 */
