From f0698d8f3547c49a33917307cabe3923a906f430 Mon Sep 17 00:00:00 2001 From: John Freed Date: Thu, 19 Aug 2021 22:04:07 +0200 Subject: [PATCH] Updated Json service (markdown) --- Json-service.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Json-service.md b/Json-service.md index 795a97f..36a251f 100644 --- a/Json-service.md +++ b/Json-service.md @@ -7,7 +7,8 @@ It is possible to communicate with the server over the network using named pipes `nc -l -p 9182 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: