This commit is contained in:
Ren RenJuan 2014-01-11 20:12:57 +00:00
parent abfcb819ed
commit b12735f71d
3 changed files with 24 additions and 7 deletions

0
APIG/README Normal file
View File

View File

@ -1,17 +1,15 @@
/*! \brief mdclient
/*! \brief apig-cli
* Master Daemon standalone client
*
* This MD sample client driver has the same functionality as the
* xmlrpc-c xmlrpc command line utility program but additionally
* runs a test suite using the test harness reused from the
* xmlrpc-c cpp test.
* xmlrpc-c cpp test. This is a unit testing not tests such as
* EPP OTE Certification.
*
* Client interfaces are automatically generated when the server
* is compiled from the current server API so this program should
* be run to verify and currently the coding of test cases is
* entirely manual.
* In a dual role, it also serves as the core of APIG with SWIG
* generated versions for Ruby, PHP and pythong.
*
* \todo DLL packaging supplying the client functionality used here.
*
*/

19
README Normal file
View File

@ -0,0 +1,19 @@
Structure of this Repository
- AusRegEPPTK - Unmodified and working 1.3.2 toolkit.
- ACTK1_0 - Modified working version of above.
binary: libACTK1_0.so
- AusRegCliever - The AC Master Daemon
binary: <client>-cliever
- APIG - THe AC client programs
bianries: apig-cli, ausreg-cd,
php-apig, rapig, pyapig, etc.