Updated Json service (markdown)

John Freed 2021-08-19 22:04:07 +02:00
parent aa020768c4
commit f0698d8f35

@ -7,7 +7,8 @@ It is possible to communicate with the server over the network using named pipes
`nc -l -p 9182 <sigsocket | signal-cli --output=json -u +33123456789 jsonRpc >sigsocket &`
To communicate with the server from the same machine (localhost), issue the command:
`nc localhost 9182`
`nc localhost 9182` <-- note that the port number must match the port number above
It will await your entries in the required format. Be sure to include the arbitrary "id" field if you want to receive a response! The response will contain the same "id" as its last field. For example: