Michael Jerris 3abb7730b2 add xmlrpc-c 1.03.14 to in tree libs 18 سال پیش
..
examples 3abb7730b2 add xmlrpc-c 1.03.14 to in tree libs 18 سال پیش
COPYING 3abb7730b2 add xmlrpc-c 1.03.14 to in tree libs 18 سال پیش
Makefile 3abb7730b2 add xmlrpc-c 1.03.14 to in tree libs 18 سال پیش
README 3abb7730b2 add xmlrpc-c 1.03.14 to in tree libs 18 سال پیش
binmode-rpc-rfc.txt 3abb7730b2 add xmlrpc-c 1.03.14 to in tree libs 18 سال پیش
binmode-rpc2xml-rpc 3abb7730b2 add xmlrpc-c 1.03.14 to in tree libs 18 سال پیش
oct2bin 3abb7730b2 add xmlrpc-c 1.03.14 to in tree libs 18 سال پیش

README

Binmode RPC Implementor's Kit
=============================

Version: 0.1
Author: Eric Kidd
Date: 31 January 2001

The Binmode RPC Implementor's Kit was created as part the xmlrpc-c project.

http://xmlrpc-c.sourceforge.net/

The following files are included:

README This file
COPYING A standard disclaimer, etc.
binmode-rpc-rfc.txt The current draft of the standard
oct2bin A Perl script for turning the notation used by
the standard into actual binary data.
binmode-rpc2xml-rpc A script which translates a Binmode RPC packet
back into XML. You can use this for dumping wire
messages. (It also catches the most obvious ways
to misimplement the standard, so try it on your
output data.)
examples/ Examples and counter-examples from the standard in
machine-readable format.

If you have any questions, please ask on the xmlrpc-c-devel mailing list:

http://xmlrpc-c.sourceforge.net/lists.php

Thank you for investigating Binmode RPC. Share and enjoy!