From d8bced8a62101659005cc08681e18f882fae9baa Mon Sep 17 00:00:00 2001 From: tomoaki Date: Tue, 26 Feb 2019 21:57:34 +0900 Subject: [PATCH] update README Signed-off-by: tomoaki --- MQTTSNGateway/README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/MQTTSNGateway/README.md b/MQTTSNGateway/README.md index a8ea16e..437a338 100644 --- a/MQTTSNGateway/README.md +++ b/MQTTSNGateway/README.md @@ -116,12 +116,18 @@ MulticastPortNo to send a SEARCHGW message. Uncomment line32 in MQTTSNGWDefined.h: -`//#define RINGBUFFER // print out Packets log into shared memory./"` +`//#define RINGBUFFER // print out Packets log into shared memory.` +```` +$ make +$ make install +$ make clean +```` +restart the gateway. +open ssh terminal and execute LogMonitor. -and rebuild the gateway as shown above. Start the gateway, open a ssh terminal and execute LogMonitor with - -``` +```` $ ./MQTT-SNLogmonitor -``` +```` + +Now you can get the Log on your terminal. -Now you can get the log on your terminal.