Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 520 Bytes

File metadata and controls

11 lines (8 loc) · 520 Bytes

Doorbell

Source code and instructions to create RaspberryPi doorbell using AWS technology stack

rapsberrypi/doorbell.service Service description file used by systemd to automatically start the doorbell service on bootup.

raspberrypi/doorbellService.py The actual python-based doorbell service code. This program registers with AWS IoT and subscribes to 'playsound' messages.

doorbellService.sh Front-end script too call doorbellService.py. This script encapsulates the endpoint definition and security credentials.