JsonRpc-Cpp Code
Brought to you by:
s-vincent
| File | Date | Author | Commit |
|---|---|---|---|
| doc | 2009-10-04 | s-vincent | [r39] Add thread layer (for POSIX and MS Windows). |
| examples | 2009-10-04 | s-vincent | [r39] Add thread layer (for POSIX and MS Windows). |
| src | 2009-10-07 | s-vincent | [r41] Fix unit test for x86-64. |
| test | 2009-10-07 | s-vincent | [r41] Fix unit test for x86-64. |
| AUTHORS | 2008-09-23 | s-vincent | [r1] Initial revision. |
| COPYING | 2008-09-23 | s-vincent | [r1] Initial revision. |
| ChangeLog | 2009-10-04 | s-vincent | [r39] Add thread layer (for POSIX and MS Windows). |
| Doxyfile | 2009-10-05 | s-vincent | [r40] Use \code, remove test from doxygen, -W => -Wex... |
| INSTALL | 2009-05-15 | s-vincent | [r27] More support for Windows. |
| 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-22 | s-vincent | [r31] MS Windows support. |
| SConstruct | 2009-10-05 | s-vincent | [r40] Use \code, remove test from doxygen, -W => -Wex... |
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>