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)
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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