xmlrpc
lightweight RPC library based on XML and HTTP [C development libraries]
Install
- All systems
-
curl cmd.cat/xmlrpc.sh
- Debian
-
apt-get install libxmlrpc-core-c3-dev
- Ubuntu
-
apt-get install libxmlrpc-core-c3-dev
- Arch Linux
-
pacman -S libxmlrpc-core-c3-dev
- Kali Linux
-
apt-get install libxmlrpc-core-c3-dev
- CentOS
-
yum install libxmlrpc-core-c3-dev
- Fedora
-
dnf install libxmlrpc-core-c3-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libxmlrpc-core-c3-dev
- Raspbian
-
apt-get install libxmlrpc-core-c3-dev
- Dockerfile
- dockerfile.run/xmlrpc
libxmlrpc-core-c3-dev
lightweight RPC library based on XML and HTTP [C development libraries]
XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into an XML document, sends it to a remote server using HTTP, and gets back the response as XML. This library provides a modular implementation of XML-RPC for C. Install this package if you wish to develop your own programs using this library.
xmlrpc-c-apps
Sample XML-RPC applications
xmlrpc-c
XML-RPC is a quick-and-easy way to make procedure calls over the
Internet. It converts the procedure call into XML document, sends it to a remote server using HTTP, and gets back the response as XML. This library provides a modular implementation of XML-RPC for C.