Enable a two way communication between the cloud and the physical world (a node enable the communication between Lelylan and a specific protocol/product)
- MQTT
We want to connect as many existing connected products using different Lelylan Nodes. A nice project heading to this direction is thethingsystem.
Lelylan Nodes is tested against Node 0.8.8.
$ git clone [email protected]:lelylan/nodes.git && cd nodes
$ npm install && npm install -g foreman
$ nf start
Docker image: lelylanlab/nodes
$ docker run -d -it --name nodes lelylanlab/nodes
$ docker build --tag=nodes .
$ docker run -d -it --name nodes nodes
When installing the service in production set lelylan environment variables.
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.