Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 360 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 360 Bytes

Licht

The software for my living room light, server running on a Raspberry Pi (server.py). Controlled via socket through the licht.py script.

Uses asyncio, runs on Python 3.4, which is the current version on Raspbian 8. No external python dependencies.

Requires WiringPI to be installed on the system (apt install wiringpi)