Forward API requests to the physical world.
When a request is made from the cloud (through API) the physical URL (used to decouple the cloud from any physical device or protocol) is called by the physical proxy to forward the request to the physical world. An example of physical URL is the MQTT node.
Lelylan Nodes is tested against Node 0.8.8.
$ git clone [email protected]:lelylan/physicals.git && cd physicals
$ npm install && npm install -g foreman coffee-script
$ nf start
Docker image: lelylanlab/physicals
$ docker run -d -it --name physicals lelylanlab/physicals
$ docker build --tag=physicals .
$ docker run -d -it --name physicals physicals
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.