From 48169d48fada21ffee869b9be8c8c4561fc74ab0 Mon Sep 17 00:00:00 2001 From: tomoaki Date: Sat, 6 Jun 2020 12:23:33 +0900 Subject: [PATCH] Fix typo #207 --- MQTTSNGateway/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MQTTSNGateway/README.md b/MQTTSNGateway/README.md index 38823c5..c206204 100644 --- a/MQTTSNGateway/README.md +++ b/MQTTSNGateway/README.md @@ -1,7 +1,7 @@ -# MQTT-SN Transparent / Aggrigating Gateway +# MQTT-SN Transparent / Aggregating Gateway **MQTT-SN** requires a MQTT-SN Gateway which acts as a protocol converter to convert **MQTT-SN messages to MQTT messages**. MQTT-SN client over SensorNetwork can not communicate directly with MQTT broker(TCP/IP). -This Gateway can run as a transparent or aggrigating Gateway by specifying the gateway.conf. +This Gateway can run as a transparent or aggregating Gateway by specifying the gateway.conf. ### **step1. Build the gateway** ````