Go to file
Nikola Marčetić 0c92be51c8 Merge pull request #100 from mainflux/mainflux-98
Fixes the composition image names
2017-09-25 13:18:40 +02:00
.github Fix contributing guide 2017-09-23 13:44:25 +02:00
bin Reorganize utility scripts 2017-09-25 12:29:48 +02:00
cmd Merge pull request #95 from mainflux/normalizer 2017-09-24 18:50:02 +02:00
http Unify service versioning 2017-09-23 15:52:39 +02:00
manager Unify service versioning 2017-09-23 15:52:39 +02:00
normalizer Use interface 2017-09-24 17:19:42 +02:00
vendor Add normalizer 2017-09-24 15:33:58 +02:00
writer Update readme files for monorepo 2017-09-23 02:27:49 +02:00
.dockerignore Integrate manager service 2017-09-23 01:03:27 +02:00
CONTRIBUTING.md Fix contributing guide 2017-09-23 13:44:25 +02:00
Dockerfile.http Integrate http adapter service 2017-09-23 01:57:14 +02:00
Dockerfile.manager Integrate manager service 2017-09-23 01:03:27 +02:00
Dockerfile.normalizer Add normalizer 2017-09-24 15:33:58 +02:00
Dockerfile.writer Integrate message writer service 2017-09-23 01:22:21 +02:00
LICENSE Switch LICENSE to Apache v2.0 2015-10-09 23:35:23 +02:00
MAINTAINERS Remove lora-related artifacts 2017-09-22 23:17:04 +02:00
README.md Reorganize utility scripts 2017-09-25 12:29:48 +02:00
glide.lock Add normalizer 2017-09-24 15:33:58 +02:00
glide.yaml Add normalizer 2017-09-24 15:33:58 +02:00
version.go Unify service versioning 2017-09-23 15:52:39 +02:00

README.md

Mainflux

build go report card license chat

banner

Mainflux is modern, scalable, secure open source and patent-free IoT cloud platform written in Go.

It accepts user, device, and application connections over various network protocols (i.e. HTTP, MQTT, WebSocket, CoAP), thus making a seamless bridge between them. It is used as the IoT middleware for building complex IoT solutions.

For more details, check out the official documentation.

Features

  • Protocol bridging (i.e. HTTP, MQTT, WebSocket, CoAP)
  • Device management and provisioning
  • Fine-grained access control
  • Container-based deployment using Docker

Quickstart

Docker

To start the docker composition, execute the startup script from bin directory:

./mainflux-docker.sh start  

If the command successfully completes, you can verify that the all images are up & running by executing the following command in the terminal window:

docker ps

The composition can be terminated in the following way:

./mainflux-docker.sh stop

From sources

To download all the sources, and place them in appropriate locations (i.e. $GOPATH), use the installation script. Once it completes, the script will provide the instructions on how to finish the manual installation (i.e. install the required infrastructure).

Contributing

Thank you for your interest in Mainflux and wish to contribute!

  1. Take a look at our open issues.
  2. Checkout the contribution guide to learn more about our style and conventions.
  3. Make your changes compatible to our workflow.

Community