14 lines
393 B
Markdown
14 lines
393 B
Markdown
|
---
|
||
|
type: task
|
||
|
after:
|
||
|
- ./add.md
|
||
|
---
|
||
|
|
||
|
A general RPC mechanism should be developed which allows one group of hosts to
|
||
|
handle RPC calls made by other hosts. Each RPC request should be signed by the
|
||
|
host which is making it, and the response should be signed and encrypted by the
|
||
|
responder.
|
||
|
|
||
|
The JSONRPC2 framework already developed for communication between CLI and
|
||
|
daemon can be re-used here.
|