Apache Celix Launcher
The Hessian directory contains an independent CMake project. In this project a C based implementation of the Hessian protocol is developed. Currently the implementation isn't complete.
Building
To build the Hessian project create a build directory inside the hessian project root and run "cmake ../source" to generate the make files. After this, run "make" to build the hessian code. Run "make test" to run a test executable, results are placed in the "test_results" directory.
Dependencies
The following libraries are required for building and/or using the Launcher subproject:
- CUnit (only required for building and running the tests)
