Menu

Tree [r18] / trunk /
 History

HTTPS access


File Date Author Commit
 doc 2009-05-06 s-vincent [r18] Add TCP/UDP client examples, build with debug s...
 src 2009-05-06 s-vincent [r18] Add TCP/UDP client examples, build with debug s...
 test 2009-05-06 s-vincent [r18] Add TCP/UDP client examples, build with debug s...
 AUTHORS 2008-09-23 s-vincent [r1] Initial revision.
 COPYING 2008-09-23 s-vincent [r1] Initial revision.
 ChangeLog 2009-05-06 s-vincent [r18] Add TCP/UDP client examples, build with debug s...
 Doxyfile 2009-05-06 s-vincent [r18] Add TCP/UDP client examples, build with debug s...
 INSTALL 2009-05-06 s-vincent [r18] Add TCP/UDP client examples, build with debug s...
 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-03-10 s-vincent [r15] Scons doxygen target is always built, prepare 0...
 SConstruct 2009-05-06 s-vincent [r18] Add TCP/UDP client examples, build with debug s...

Read Me

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

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

JsonRpc-Cpp library implements JSON-RPC protocol in C++. 
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;
- Improve SConstruct file (configurable install directory, help, ...).

Contact 
-------

Sebastien Vincent <sebastien.vincent@cppextrem.com>