You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/doc/Readme.jsonrpc

8 lines
370 B

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).