JsonRpc-Cpp Code
Brought to you by:
s-vincent
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 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> |