1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,7 @@ |
1 |
+This plugin implements JSON-RPC protocol version 2.0 |
|
2 |
+(http://www.jsonrpc.org/specification) operating over TCP/Netstrings. |
|
3 |
+Each request and response is of form <size>:<request or response> where |
|
4 |
+<size> tells the number of bytes in <request or response>. |
|
5 |
+ |
|
6 |
+Configuration file jsonrpc.conf can contain parameters jsonrpc_port |
|
7 |
+(default 7080) and server_threads (default 5). |