JsonRpc-Cpp Code
Brought to you by:
s-vincent
| File | Date | Author | Commit |
|---|---|---|---|
| doc | 2008-10-14 | s-vincent | [r5] * Check JSON-RPC version in Handler::Check (2.0); |
| src | 2008-11-17 | s-vincent | [r9] Fix system.describe method -> use "result" field. |
| test | 2008-10-14 | s-vincent | [r5] * Check JSON-RPC version in Handler::Check (2.0); |
| AUTHORS | 2008-09-23 | s-vincent | [r1] Initial revision. |
| COPYING | 2008-09-23 | s-vincent | [r1] Initial revision. |
| ChangeLog | 2008-09-23 | s-vincent | [r1] Initial revision. |
| Doxyfile | 2008-09-23 | s-vincent | [r1] Initial revision. |
| INSTALL | 2008-10-30 | s-vincent | [r6] Add more details for installation. |
| LICENSE | 2008-09-23 | s-vincent | [r1] Initial revision. |
| NEWS | 2008-09-23 | s-vincent | [r1] Initial revision. |
| README | 2008-09-23 | s-vincent | [r1] Initial revision. |
| SConstruct | 2008-09-24 | s-vincent | [r2] * Do not build examples by default. |
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>