| File |
Date |
Author |
Commit |
|
doc
|
2009-05-06
|
s-vincent
|
[r18]
Add TCP/UDP client examples, build with debug s...
|
|
examples
|
2009-05-07
|
s-vincent
|
[r19]
Add unit tests, move udp-client/server and tcp-...
|
|
src
|
2009-05-07
|
s-vincent
|
[r19]
Add unit tests, move udp-client/server and tcp-...
|
|
test
|
2009-05-07
|
s-vincent
|
[r19]
Add unit tests, move udp-client/server and tcp-...
|
|
AUTHORS
|
2008-09-23
|
s-vincent
|
[r1]
Initial revision.
|
|
COPYING
|
2008-09-23
|
s-vincent
|
[r1]
Initial revision.
|
|
ChangeLog
|
2009-05-07
|
s-vincent
|
[r19]
Add unit tests, move udp-client/server and tcp-...
|
|
Doxyfile
|
2009-05-07
|
s-vincent
|
[r19]
Add unit tests, move udp-client/server and tcp-...
|
|
INSTALL
|
2009-05-07
|
s-vincent
|
[r19]
Add unit tests, move udp-client/server and tcp-...
|
|
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-07
|
s-vincent
|
[r19]
Add unit tests, move udp-client/server and tcp-...
|
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>