From c75aaa9d4580d6ffa781638ab5c1bdf2542b9f44 Mon Sep 17 00:00:00 2001 From: Manuel Imperiale Date: Sat, 29 Dec 2018 22:17:35 +0100 Subject: [PATCH] Add missing components doc to architecture.md (#531) Signed-off-by: Manuel Imperiale --- docs/architecture.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/architecture.md b/docs/architecture.md index f11f799b..7362d05c 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -9,6 +9,10 @@ Mainflux IoT platform is comprised of the following services: | [normalizer](https://github.com/mainflux/mainflux/tree/master/normalizer) | Normalizes SenML messages and generates the "processed" messages stream | | [http-adapter](https://github.com/mainflux/mainflux/tree/master/http) | Provides an HTTP interface for accessing communication channels | | [ws-adapter](https://github.com/mainflux/mainflux/tree/master/ws) | Provides a WebSocket interface for accessing communication channels | +| [mqtt-adapter](https://github.com/mainflux/mainflux/tree/master/mqtt) | Provides an MQTT interface for accessing communication channels | + | [coap-adapter](https://github.com/mainflux/mainflux/tree/master/coap) | Provides a CoAP interface for accessing communication channels | + | [lora-adapter](https://github.com/mainflux/mainflux/tree/master/lora) | Provides a LoRa Server forwarder for accessing communication channels | + | [mainflux-cli](https://github.com/mainflux/mainflux/tree/master/cli) | Command line interface | ![arch](img/architecture.jpg)