-
- Downloads
add a restcpp API backend
This commit offers an alternative to the dbus client to communicate with a headless daemon. It uses restbed, a cpp framework for RESTful services. This commits wraps up: - The source of the restbed implementation (in bin/restcpp) - The integration of the target to the configure.ac - documentation - Add external restbed library to contrib: - rules.mak file, to download the version 4.0, and compile it - Patch for ASIO, a dependency of restbed - Patch for the CMakeLists.txt file, to correct the installation path [guillaume.roguez@savoirfairelinux.com: merged with Simon Zeni patch to support restbed into contrib] [guillaume.roguez@savoirfairelinux.com: add tuleap ticket number] [guillaume.roguez@savoirfairelinux.com: fixed configure.ac --without-restbed behavior] Change-Id: Id49a1a04b05aac1e803981833abe5564785fb801 Tuleap: #498 Reviewed-by:Alexandre Lision <alexandre.lision@savoirfairelinux.com> Signed-off-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
Showing
- README 22 additions, 1 deletionREADME
- bin/Makefile.am 16 additions, 0 deletionsbin/Makefile.am
- bin/main.cpp 57 additions, 24 deletionsbin/main.cpp
- bin/restcpp/Makefile.am 26 additions, 0 deletionsbin/restcpp/Makefile.am
- bin/restcpp/restclient.cpp 174 additions, 0 deletionsbin/restcpp/restclient.cpp
- bin/restcpp/restclient.h 67 additions, 0 deletionsbin/restcpp/restclient.h
- bin/restcpp/restconfigurationmanager.cpp 1811 additions, 0 deletionsbin/restcpp/restconfigurationmanager.cpp
- bin/restcpp/restconfigurationmanager.h 148 additions, 0 deletionsbin/restcpp/restconfigurationmanager.h
- bin/restcpp/restvideomanager.cpp 171 additions, 0 deletionsbin/restcpp/restvideomanager.cpp
- bin/restcpp/restvideomanager.h 72 additions, 0 deletionsbin/restcpp/restvideomanager.h
- configure.ac 19 additions, 5 deletionsconfigure.ac
- contrib/src/restbed/CMakeLists.patch 10 additions, 0 deletionscontrib/src/restbed/CMakeLists.patch
- contrib/src/restbed/conditional_sslv3.patch 29 additions, 0 deletionscontrib/src/restbed/conditional_sslv3.patch
- contrib/src/restbed/rules.mak 49 additions, 0 deletionscontrib/src/restbed/rules.mak
Loading
Please register or sign in to comment