This directory contains Python-based programs used with the DVD application.

dvd-server
   This is the DVD server application.  It needs to be running in order for
   the GUI front end to function.
dvd-tester
   This provides a set of "unit tests" for the DVD server.   It also
   demonstrates how you can "script" access to a CORBA application.
dvdc.idl -> ../src/dvdc.idl
   This is the IDL file read both by dvd-server and dvd-tester at runtime
   to describe the DVD CORBA interface.
log-server
   This is a log server that the dvd-server tries to write logging
   information to.  It represents a dead-simple example of a CORBA
   application.
logger-client
   Quick 'n Dirty tester for the log server.
logger.idl
   IDL for the Logging Interface.  This is used both by dvd-server and
   by log-server.
logs.log
   The log file created by log-server

There are also some quick scripts that implement the interfaces for
messaging and security.  They could be expanded into greater 
usefulness...
 - msg-client.py
 - msg.idl
 - security-client
 - security-server
 - security.idl
