Module: sems Branch: master Commit: 5f560810e181b36a4112d5706c7ac9379de98363 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=5f560810e181b36a4112d5706c7ac9379de98363
Author: Juha Heinanen <[email protected]> Committer: Juha Heinanen <[email protected]> Date: Sat May 24 18:21:10 2014 +0300 doc: added Readme.jsonrpc file --- doc/Readme.jsonrpc | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/doc/Readme.jsonrpc b/doc/Readme.jsonrpc new file mode 100644 index 0000000..28cefe3 --- /dev/null +++ b/doc/Readme.jsonrpc @@ -0,0 +1,7 @@ +This plugin implements JSON-RPC protocol version 2.0 +(http://www.jsonrpc.org/specification) operating over TCP/Netstrings. +Each request and response is of form <size>:<request or response> where +<size> tells the number of bytes in <request or response>. + +Configuration file jsonrpc.conf can contain parameters jsonrpc_port +(default 7080) and server_threads (default 5). _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
