Menu

Tree [r63] / trunk /
 History

HTTPS access


File Date Author Commit
 doc 2012-02-02 s-vincent [r61] Adds JSON-RPC HTTP client (based on libcurl) co...
 examples 2011-05-06 s-vincent [r56] Change license of files.
 src 2012-03-21 s-vincent [r63] Fixes a warning about signed/unsigned comparais...
 test 2011-05-06 s-vincent [r55] Switch to LGPLv3 license.
 AUTHORS 2008-09-23 s-vincent [r1] Initial revision.
 COPYING.GPL 2011-05-06 s-vincent [r55] Switch to LGPLv3 license.
 COPYING.LGPL 2011-05-06 s-vincent [r55] Switch to LGPLv3 license.
 ChangeLog 2012-02-23 s-vincent [r62] Tag version 0.4.
 Doxyfile 2011-11-15 s-vincent [r60] Adds patch from Christian Taedcke that fix comp...
 INSTALL 2012-02-02 s-vincent [r61] Adds JSON-RPC HTTP client (based on libcurl) co...
 LICENSE 2011-05-06 s-vincent [r55] Switch to LGPLv3 license.
 NEWS 2008-09-23 s-vincent [r1] Initial revision.
 README 2009-05-22 s-vincent [r31] MS Windows support.
 SConstruct 2012-02-02 s-vincent [r61] Adds JSON-RPC HTTP client (based on libcurl) co...

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
------------

- Multithreaded UDP/TCP servers;
- 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>