Re: XMLRPC - C Client / Python Server
- From: Michael Torrie <torriem@xxxxxxxxx>
- Date: Tue, 30 Sep 2008 13:58:49 -0600
care02@xxxxxxxxx wrote:
I have implemented a simple Python XMLRPC server and need to call it
from a C/C++ client. What is the simplest way to do this? I need to
pass numerical arrays from C/C++ to Python.
Which do you need, C or C++? They are two different languages with
different possibilities for libraries.
As the other poster mentioned, xmlrpc-c is a good one for C, and also
comes with bindings for C++ which I have used. Getting xmlrpc-c
compiled can be a real challenge though. I recommend you use binary
packages for your distribution of Linux. If you need it on Win32, then
you'll have to spend a day or two figuring out how to build it on
Windows. I eventually got the both the C and C++ client library built
in Mingw with libcurl as the transport. But it was a real pain.
.
- References:
- XMLRPC - C Client / Python Server
- From: care02
- XMLRPC - C Client / Python Server
- Prev by Date: Re: OS.SYSTEM ERROR !!!
- Next by Date: Re: Would this be called a bug in inspect ?
- Previous by thread: Re: XMLRPC - C Client / Python Server
- Next by thread: Re: How to add CC and BCC while sending mails using python
- Index(es):
Relevant Pages
|