Skip to content

oeey/lala-pi

Repository files navigation

Room Security System - lala-pi

This code is designed to run on a Raspberry Pi.

See http://www.anites.com/2013/12/room-security-system-lala-pi.html

Dependencies

The following Python modules are needed:

  • RPi (Raspberry Pi GPIO library)
  • zmq (ZeroMQ messenge queue library)
  • evdev (Hardware event library - for keyboard)

The following applications are needed:

  • pianobar (Pandora application)

Usage

Start ZMQ router code:

python router.py

To test router code:

python router-echo-test.py

Start various sensor monitors:

python keypad.py
python pandora.py
python pianobar_ctl.py
python temperature.py

About

Room Security System - lala-pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages