Programming library for writing an XML-RPC server or client in C or C++. XML-RPC is a standard network protocol to allow a client program to make a simple remote procedure call (RPC) type request of a server. Like SOAP or CORBA, but much simpler.
Categories
Object BrokeringLicense
BSD LicenseFollow XML-RPC for C/C++ (Xmlrpc-c)
You Might Also Like
ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
Rate This Project
Login To Rate This Project
User Reviews
-
I am working with clusters of ARM-based microprocessors and I was looking for a glue to hold together the distributed modules within the network. Most importantly it supported C and C++, but I was extremely pleased when the code was compatible with the XMLRPC support in Python 3. I couldn't be happier. This has saved me a lot of time and proved to be an elegant solution to my design problems. update 2022/09/28 - the new version is downloading as a deb file which should be ok I guess as I am running Ubuntu 22.04 LTS. But the deb file won't install because of dependency problems, like missing libc6 -dev and xmlrpc-c0.
-
Good job!!!
-
I found the class: xmlrpc_c::clientSimple is not the instance of thread-safe.What's your choice when you deal with a thread-safe occasion.I'm desired to get the answer.Thank you very much.
-
An effective, light-weight and simple to use XML-RPC library. Thank you very much to developers.
-
VERY helpful. It eases the communication from my c++ client (and any other client in other language) to my php cms server / web site