From 502ba1f117733f3b96e3129eb5a2c84c9d8cb780 Mon Sep 17 00:00:00 2001 From: Tomoaki Yamaguchi Date: Tue, 15 Jan 2019 10:51:38 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffdb259..9059ed5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The *MQTTSNPacket* directory contains the lowest level C library with the smalle and deserialization routines. They serve as a base for the higher level libraries, but can also be used on their own. It is mainly up to you to write and read to and from the network. -The *MQTTSNGateway* directory contains an MQTT-SN to MQTT transparent gateway (see the MQTT-SN specification for a description of that.) It can +The *MQTTSNGateway* directory contains an MQTT-SN to MQTT transparent/aggregating gateway (see the MQTT-SN specification for a description of that.) It can be used to connect the MQTT-SN client to an MQTT server. The *MQTTSNClient* directory contains the next level C++ library. This is intended to mirror the way the MQTTClient works in the Paho embedded