BlitzMax module; This module gives you the power of creating an XML-RPC client or server. It has plenty of examples including a Client and Server demo. http://blog.htbaa.com
  • C 70.1%
  • Shell 21.6%
  • Makefile 3.7%
  • Roff 1.7%
  • M4 1.5%
  • Other 1.4%
Find a file
2010-01-16 00:06:59 +01:00
doc Updated repository link and fixed version number 2009-09-11 23:12:53 +02:00
examples Memory leak fixed. Closes gh-1 2009-04-29 23:58:35 +02:00
src Moved sources for external libraries to src/ directory 2009-04-10 10:19:16 +02:00
tests Added perl test script 2009-04-30 22:49:20 +02:00
.gitignore added .gitignore 2009-09-09 21:23:33 +02:00
client.bmx Added license 2010-01-16 00:06:59 +01:00
COPYING Added license 2010-01-16 00:06:59 +01:00
datatypes.bmx Added license 2010-01-16 00:06:59 +01:00
glue.c Added license 2010-01-16 00:06:59 +01:00
README Updated REAME and TODO 2009-04-16 20:57:40 +02:00
response.bmx Added license 2010-01-16 00:06:59 +01:00
server.bmx Added license 2010-01-16 00:06:59 +01:00
TODO Updated REAME and TODO 2009-04-16 20:57:40 +02:00
transport.bmx Added license 2010-01-16 00:06:59 +01:00
win32.cpp Added specific Windows C++ requirements in seperate file 2009-04-06 19:39:42 +02:00
wrapper.bmx Added license 2010-01-16 00:06:59 +01:00
xmlrpc.bmx Added license 2010-01-16 00:06:59 +01:00

This module allows you to implement an XML-RPC Client and/or server.
Please check out the examples in the example directory. GUI and GUI-Server can interact with each other. Try setting the host in the GUI demo to localhost and try calling the function GetGameList and see what happens. Better start the server first though!

Collaborators are more then wanted to help with the Mac OSX and Linux version of the module.