Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 820 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 820 Bytes

Yzal

Yzal is a simple, yet fast and good looking web application designed to control cheap 433 MHz remote power outlets using the awesome Raspberry Pi. This project is build upon node.js, socket.io and bootstrap.

yzal-node on a mobile device

How to run

  • $ cp config.sample.json config.json
  • $ npm install
  • $ node server.js or $ forever start server.js
  • Open http://localhost:8080

TODO

  • Documentation for what this project is, how to build and how to run.
  • Maybe add some kind of administration interface, so we do not need to modify the config.json
  • Proper build tools
  • Provide a "howto" how to make your Raspberry Pi capable of controlling cheap remote power outlets.
  • What else?