In this talk we'll take a close look at a one of the "smart" (WiFi-connected)light-bulbs available on the market today. The bulbs expose a small API overUDP that I used to run an interface on a programmable buttons array. We willsee how topics like reverse engineering, security, licensing, "self-hosting"and user experience came into play. monolight is an user interface to control LIFX WiFi-enabled light bulbs.monolight runs on a programmable button array; it is written in Python 3.6 (tohave type annotations and asyncio), and it interfaces with the bulbs through amore complex daemon written in C: lightsd. This talk will start with a live demo of the button grid remotely controllingthe light bulbs. We will then explore how it works and some of the motivationsbehind it (network isolation, trying to not depend on the "cloud",reliability, user-experience). Finally, we will look into what kind ofopportunities even more open IoT products could bring, and open leave theplace to Q&A and discussion. |