README 1.2 KB

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