From db361038af3bbfc1deb815df04e2b8f195ff5519 Mon Sep 17 00:00:00 2001 From: Drasko DRASKOVIC Date: Sat, 8 Jul 2017 17:04:01 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 80d93f06..a72d4bb2 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,10 @@ Mainflux IoT cloud is composed of several components, i.e. microservices: | Link | Description | |:--------------|:----------------------| -| [mainflux-http-sender](https://github.com/mainflux/mainflux-http-sender) | HTTP message API server | -| [mainflux-manager](https://github.com/mainflux/mainflux-manager) | Service for system provisioning | +| [httpadapter](https://github.com/mainflux/mainflux-httpadapter) | HTTP message API server | +| [manager](https://github.com/mainflux/manager) | Service for managing platform resources, including auth | | [mainflux-influxdb-writer](https://github.com/mainflux/mainflux-influxdb-writer) | Worker behind NATS that writes messages into DB | -| [mainflux-influxdb-reader](https://github.com/mainflux/mainflux-influxdbreader) | HTTP API server for reading messages from DB | -| [mainflux-auth](https://github.com/mainflux/mainflux-auth) | Authentication and Authorization Server | +| [mainflux-influxdb-reader](https://github.com/mainflux/mainflux-influxdb-reader) | HTTP API server for reading messages from DB | | [mainflux-mqtt](https://github.com/mainflux/mainflux-mqtt) | MQTT PUB/SUB Broker (with WebSocket support) | | [mainflux-coap](https://github.com/mainflux/mainflux-coap) | CoAP Server | | [mainflux-ui](https://github.com/mainflux/mainflux-ui) | System Dashboard in Angular 2 Material |