Updated Json service (markdown)

John Freed 2021-08-19 22:10:54 +02:00
parent d388c2c481
commit fd71ec1a14

@ -1,6 +1,6 @@
signal-cli (proposed release) supports a JSON RPC server that accepts input on STDIN and replies on STDOUT. See (https://github.com/AsamK/signal-cli/discussions/679)
`signal-cli --output=json -u` _USERNAME_ `jsonRpc`
`signal-cli --output=json -u _USERNAME_ jsonRpc`
It is possible to communicate with the server over the network using named pipes. For example, the following command sets up a JSON RPC signal-cli server listening on local port 9182: