This project is an implementation of the OGF GridRPC Data Management API, as defined in the GFD-R-P.186 (2011).
You can download the lastest version from
https://forge.mis.u-picardie.fr/projects/gridrpcdm/
1 - The library
It uses cmake to configure and install itself.
You can either:
- run cmake in ncurse mode, ccmake, and fill the corresponding fields
accordingly;
- or run cmake in command line with the appropriate arguments;
- or edit generator.sh to establish the good parameters depending on
your architecture, and execute it. -- it basically does the same as
the command line, in a maybe clearer and reproductible way.
2 - Rapidly testing with your GridRPC middleware
The project includes examples in deploy/ which can build client/server
programs with the provided information and the installation of the GridRPC
Data Management library. See the included README to launch those in a one
line command.