notice | 11 feb Lelylan demo (aka api.lelylan.com) is now dismissed to focus on open source development.
notice | 11 feb Lelylan demo (aka api.lelylan.com) is now dismissed to focus on open source development.
An Internet of Things platform is a key ingredient to the innovative products and technologies of the future world. Research in this area is global and growing fast, but lacks standard tools. By sharing what we have learned during the years, we want to create an open solution for exchanging ideas.
Lelylan breaks up the Internet of Things complexity defining small, independent microservices. This way you can add, replace and change functionalities withouth affecting the whole platform, making it simple to integrate any existing architecture (e.g. Big Data).
See how turning a light source on and off only requires a few lines of code. We offer wrappers in different languages like AngularJS, Ruby, Node.js (more to come) to get started easily.
curl -X PUT http://api.lelylan.com/devices/ /properties \ -H 'Authorization: Bearer ' \ -H 'Content-Type: application/json' \ -d '{ "properties": [{ "id": " ", "value": "on" }] }'
var Lelylan = require('lelylan-node')({ token: token }); var params = { properties: [{ id: ' ', value: 'on' }] }; Lelylan.Device.properties(' ', params, callback);
{{device}}
lelylan = Lelylan::Client.new(token: token) params = { properties: [{ id: ' ', value: 'on' }] }; device = lelylan.device_properties(' ', params)
from lelylan import oauth, devices oauth.set_access_token() params = { properties: [{ id: ' ', value: 'on' }] } device = update_dev_prop(' ', params)
Use the hardware you are most familiar with. We already tested solutions like Arduino Yun, Raspberry Pi, Electric Imp, Spark Core, Netduino, Texas Instruments CC3000/CC3200 and more. With Lelylan you can connect any hardware supporting the MQTT protocol.
A clean, customizable, realtime dashboard to control all of your devices. Based on <device> web components you can create solutions working on mobile, tablet or desktop in a short time.
If you like what we are doing give us a Star on Github
{it will help to reach more developers}