initial load of upstream version 1.06.32
[xmlrpc-c] / tools / binmode-rpc-kit / README
1 Binmode RPC Implementor's Kit
2 =============================
3
4 Version: 0.1
5 Author:  Eric Kidd <eric.kidd@pobox.com>
6 Date:    31 January 2001
7
8 The Binmode RPC Implementor's Kit was created as part the xmlrpc-c project.
9
10   http://xmlrpc-c.sourceforge.net/
11
12 The following files are included:
13
14   README                This file
15   COPYING               A standard disclaimer, etc.
16   binmode-rpc-rfc.txt   The current draft of the standard
17   oct2bin               A Perl script for turning the notation used by
18                         the standard into actual binary data.
19   binmode-rpc2xml-rpc   A script which translates a Binmode RPC packet
20                         back into XML. You can use this for dumping wire
21                         messages. (It also catches the most obvious ways
22                         to misimplement the standard, so try it on your
23                         output data.)
24   examples/             Examples and counter-examples from the standard in
25                         machine-readable format.
26
27 If you have any questions, please ask on the xmlrpc-c-devel mailing list:
28
29   http://xmlrpc-c.sourceforge.net/lists.php
30
31 Thank you for investigating Binmode RPC. Share and enjoy!