                    COID - C++ Object Interfacing Dispatcher


COID is set of libraries and tools that require a few additional keywords
in declaration of class to generate a communication layer allowing remote object
interfacing.
The coidgen tool automatically extracts methods that shall be remotely
accessible and generates corresponding client class and host dispatcher.
The communication layer automatically estabilishes direct vtable linking between
client and server if they reside in the same process.
Server library manages networked and local connections and provides various
services to running objects.

If you consider adding object-oriented network support to your C++ project, COID
may be the right solution.

For more information, see doc/ and web/ directories, or visit our homepage:
    http://coid.sourceforge.net/

