ciao-utils
CIAO related utilities, libraries and scripts
Modules
- ciao-configuration - Provides configuration for CIAO CIPs (see the CIP Architecture page for details).
- ciao-dts - Library to create and parse DTS/MESH control files
- ciao-spine-pds - Library for connecting to and querying the Personal Demographics Service (PDS)
- ciao-spine-sds - Library for connecting to and querying the Spine Directory Service (SDS)
Building
There is currently no top-level build script for the ciao-utils
repository. Modules are built individually by navigating into the module folder and running maven. For example to build ciao-dts
run:
cd ciao-dts
mvn clean install