/**
 * This is can be used to integrate RDM in raritan products. It does not
 * implement RDM itself, it only contains code to use the raritan libraries
 * appropriately. Currently this library contains the following code:
 * - initialize and maintain the RDM database through a DDA
 * - peppercon versions of the hardware dependent RDM services
 * - code to open a common socket connection (CSC) and serve RDM requests
 * 
 * Note: The RDM database does not contain local sessions. In CC managed mode
 * there are no local sessions, so this is not a problem. Outside CC managed
 * mode the database may be inconsistent.
 */