Repo for lifehack agent IRIS - raspberry Pi files
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
acastro b99136a813 add the files. Up and running 5 years ago
.gitignore add the files. Up and running 5 years ago
LEDfunctions.py add the files. Up and running 5 years ago
README.md add the files. Up and running 5 years ago
announcements.py add the files. Up and running 5 years ago
announcer.json add the files. Up and running 5 years ago
colophon.py add the files. Up and running 5 years ago
guru-pirate.py add the files. Up and running 5 years ago
guru.json add the files. Up and running 5 years ago
lifehack.service add the files. Up and running 5 years ago
motion.sh add the files. Up and running 5 years ago
motion_detector_2.py add the files. Up and running 5 years ago
rebel.json add the files. Up and running 5 years ago

README.md

IRIS

  • scripts locations /var/www/html/lifeHackAgent
  • audio recording script /var/www/html/lifeHackAgent/Audio_recordings

test system:

  • ./motion.sh

cronjob:

runs announcements.py

systemd service file

  • run on boot
  • location: /lib/systemd/system/lifehack.service
  • status: sudo systemctl ststatus lifehack.service
  • start: sudo systemctl start lifehack.service
  • stop: sudo systemctl stop lifehack.service