From 53433c2b64e82acc686f290a2b3a8d6cdf1a03ab Mon Sep 17 00:00:00 2001 From: tomoaki Date: Fri, 30 Apr 2021 20:36:55 +0900 Subject: [PATCH] Bugfix of README Signed-off-by: tomoaki --- MQTTSNGateway/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MQTTSNGateway/README.md b/MQTTSNGateway/README.md index 3480b95..138f6ea 100644 --- a/MQTTSNGateway/README.md +++ b/MQTTSNGateway/README.md @@ -34,7 +34,7 @@ $ sudo ./Build/MQTT-SNGateway -f ./MQTTSNGateway/gateway.conf ### **How to Change the configuration of the gateway** **gateway.conf** Contents are follows: - +

 # config file of MQTT-SN Gateway
 #
 
@@ -95,7 +95,7 @@ DeviceTxLoRaLink=/dev/ttyLoRaLinkTx
 # LOG
 ShearedMemory=NO;
 
-
+
**BrokerName** to specify a domain name of the Broker, and **BrokerPortNo** is a port No of the Broker. **BrokerSecurePortNo** is for TLS connection. **MulticastIP** and **MulticastPortNo** is a multicast address for GWSEARCH messages. Gateway is waiting GWSEARCH and when receiving it send GWINFO message via MulticastIP address. Clients can get the gateway address (Gateway IP address and **GatewayPortNo**) from GWINFO message by means of std::recvfrom().