1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-28 13:48:49 +08:00

Update README.md

This commit is contained in:
Drasko DRASKOVIC 2017-07-08 17:04:01 +02:00 committed by GitHub
parent b71de906b3
commit db361038af

View File

@ -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 |