mirror of
https://github.com/Htbaa/xmlrpc.mod.git
synced 2026-03-14 18:03:12 +01:00
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%
| doc | ||
| examples | ||
| src | ||
| tests | ||
| .gitignore | ||
| client.bmx | ||
| COPYING | ||
| datatypes.bmx | ||
| glue.c | ||
| README | ||
| response.bmx | ||
| server.bmx | ||
| TODO | ||
| transport.bmx | ||
| win32.cpp | ||
| wrapper.bmx | ||
| xmlrpc.bmx | ||
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.