The MQTT server/broker is tested against Node 0.10.36
$ git clone [email protected]:lelylan/mqtt.git && cd mqtt
$ npm install && npm install -g foreman
$ nf start
Docker image: lelylanlab/mqtt
$ docker run -d -it --name mqtt lelylanlab/mqtt
$ docker build --tag=mqtt .
$ docker run -d -it --name mqtt mqtt
When installing the service in production set lelylan environment variables.
- Lelylan MQTT Documentation
- How to Build an High Availability MQTT Cluster for the Internet of Things
Fork the repo on github and send a pull requests with topic branches. Do not forget to provide specs to your contribution.
$ npm install
$ npm test
Follow Felix guidelines.
Use the issue tracker for bugs or stack overflow for questions. Mail or Tweet us for any idea that can improve the project.
Special thanks to all contributors for submitting patches.
See CHANGELOG
Lelylan is licensed under the Apache License, Version 2.0.