From aa98498e5743941e3df8ba33ed383ef4c38d512d Mon Sep 17 00:00:00 2001 From: tomoaki Date: Tue, 18 May 2021 20:42:22 +0900 Subject: [PATCH] Update README Signed-off-by: tomoaki --- MQTTSNGateway/README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/MQTTSNGateway/README.md b/MQTTSNGateway/README.md index 9d40bf6..16839a1 100644 --- a/MQTTSNGateway/README.md +++ b/MQTTSNGateway/README.md @@ -17,8 +17,8 @@ MQTT-SNGateway and MQTT-SNLogmonitor (executable programs) are built in the Buil ### **step2. Execute the Gateway.** ```` - -$ ./bin/MQTT-SNGateway +$ cd bin +$ ./MQTT-SNGateway ```` If you get the error message as follows: ```` @@ -27,7 +27,7 @@ ABORT Gateway!!! ```` You have to start using sudo command only once for the first time. ```` -$ sudo ./bin/MQTT-SNGateway +$ sudo ./MQTT-SNGateway ```` ### **How to Change the configuration of the gateway** @@ -117,8 +117,11 @@ ShearedMemory=YES; Restart the gateway with sudo only once to create shared memories. open ssh terminal and execute LogMonitor. - -`$ ./bin/MQTT-SNLogmonitor` + +``` + $ cd bin + $ ./MQTT-SNLogmonitor +``` Now you can get the Log on your terminal.