Skip to content

lelylan/mqtt

Repository files navigation

Lelylan MQTT Server/Broker

Requirements

The MQTT server/broker is tested against Node 0.10.36

Getting Started

$ git clone git@github.com:lelylan/mqtt.git && cd mqtt
$ npm install && npm install -g foreman
$ nf start

Install with docker

Badges

Docker image: lelylanlab/mqtt

Use docker hub image

$ docker run -d -it --name mqtt lelylanlab/mqtt

Generate local image

$ docker build --tag=mqtt .
$ docker run -d -it --name mqtt mqtt

When installing the service in production set lelylan environment variables.

Resources

Contributing

Fork the repo on github and send a pull requests with topic branches. Do not forget to provide specs to your contribution.

Running specs

$ npm install
$ npm test

Coding guidelines

Follow Felix guidelines.

Feedback

Use the issue tracker for bugs or stack overflow for questions. Mail or Tweet us for any idea that can improve the project.

Links

Authors

Andrea Reginato

Contributors

Special thanks to all contributors for submitting patches.

Changelog

See CHANGELOG

License

Lelylan is licensed under the Apache License, Version 2.0.