From 004b90a2983e54e08e5d0a57def69b1afe5370b0 Mon Sep 17 00:00:00 2001 From: Tomoaki Yamaguchi Date: Tue, 15 Jan 2019 10:50:37 +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 d0818f6..ffdb259 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ It is dual licensed under the EPL and EDL (see about.html and notice.html for mo There are three sub-projects: 1. MQTTSNPacket - simple de/serialization of MQTT-SN packets, plus helper functions -2. MQTTGateway - MQTT-SN transparent gateway - connects MQTT-SN clients with an MQTT server. See the README within the project for more information. +2. MQTTGateway - MQTT-SN transparent/aggregating gateway - connects MQTT-SN clients with an MQTT server. See the README within the project for more information. 3. MQTTSNClient - high(er) level C++ client (not yet complete) The *MQTTSNPacket* directory contains the lowest level C library with the smallest requirements. This supplies simple serialization