|
MinML-RPC a minimal XML-RPC implementation |
||
|
We wrote MinML-RPC so that we could have an XML-RPC implementation that would run on small embedded systems (~512Kb of RAM) without using all the system resources just to support a single remote call. MinML-RPC supports the whole of the XML-RPC spec (including the <nil/> extension). It is currently a server only implementation. It comes with small, fast HTTP 1.1 server. MinML-RPC is quite small. The jar file is ~50Kb and the more compact tini archive is ~26Kb. We are making the source available under a BSD style licence. You can download the latest stable version (0.5 released 26th October 2001) from here. The download includes a version of MinML our XML parser and MinMLHTTPServer our embedded HTTP server. We are very keen to get feedback on this code. If you find a bug please tell us! |