Menu

Tree [r25] / trunk /
 History

HTTPS access


File Date Author Commit
 doc 2009-05-06 s-vincent [r18] Add TCP/UDP client examples, build with debug s...
 examples 2009-05-14 s-vincent [r25] Initiate Windows port.
 src 2009-05-14 s-vincent [r25] Initiate Windows port.
 test 2009-05-11 s-vincent [r21] Add NetstringException class.
 AUTHORS 2008-09-23 s-vincent [r1] Initial revision.
 COPYING 2008-09-23 s-vincent [r1] Initial revision.
 ChangeLog 2009-05-12 s-vincent [r24] Change target names in SConstruct.
 Doxyfile 2009-05-11 s-vincent [r22] Remove examples classes from doxygen documentat...
 INSTALL 2009-05-14 s-vincent [r25] Initiate Windows port.
 LICENSE 2009-05-06 s-vincent [r18] Add TCP/UDP client examples, build with debug s...
 NEWS 2008-09-23 s-vincent [r1] Initial revision.
 README 2009-05-14 s-vincent [r25] Initiate Windows port.
 SConstruct 2009-05-14 s-vincent [r25] Initiate Windows port.

Read Me

JsonRpc-Cpp
===========

Introduction
------------

JsonRpc-Cpp library is a C++ implementation of JSON-RPC protocol (http://groups.google.com/group/json-rpc/web/json-rpc-1-2-proposal).

It uses JsonCpp library (http://jsoncpp.sourceforge.net/) to encode/decode JSON messages.

Installation
-------------

See INSTALL file.

Future work
------------

- Test on Microsoft Windows platform;
- HTTP / CGI encapsulation;
- Implement a ClientTransactionManager for JSON-RPC client. This object would manage 
  retransmissions, check if server response correspond to a precedent query, ...

Contact 
-------

Sebastien Vincent <sebastien.vincent@cppextrem.com>