Difference between revisions of "Sistema de monitoraje-autodefensa casero para apocalipsis zombie"
Line 19: | Line 19: | ||
'''1. Instalar MotionEyeOs en Raspberry Pi3''' | '''1. Instalar MotionEyeOs en Raspberry Pi3''' | ||
− | En este post está explicado https:// | + | En este post está explicado https://github.com/ccrisan/motioneyeos/wiki |
− | + | If you use Linux or OSX, there's a writeimage.sh script that will do everything for you, including the optional setup of a wireless network connection and setting a static IP address. Just run the script as follows (replacing the arguments with appropriate values): | |
+ | |||
+ | ./writeimage.sh -d /dev/mmcblk0 -i "/path/to/motioneyeos.img" | ||
+ | note: specify the device path to the disk and not to some partition (e.g. /dev/mmcblk0 instead of /dev/mmcblk0p1) | ||
+ | |||
+ | You can preconfigure a wireless network connection: | ||
+ | |||
+ | '''./writeimage.sh -d /dev/mmcblk0 -i "/path/to/motioneyeos.img" -n 'yournet:yourkey' | ||
+ | '''If you prefer a static IP instead of DHCP, just run the following command: | ||
+ | |||
+ | ./writeimage.sh -d /dev/mmcblk0 -i "/path/to/motioneyeos.img" -s "192.168.1.101/24:192.168.1.1:8.8.8.8" | ||
+ | |||
+ | |||
+ | 2. Configuración de la cámara Pi NoIR V2 |
Revision as of 14:17, 30 January 2021
LLegó el momento en que los zombies llaman a tu puerta.... Parecía un futuro distópico, pero hoy es una realidad.
En este contexto hostil de amenaza hay que desarrollar un plan de seguridad-contingencia que considere diferentes aspectos (análisis de los riesgos...) y proponer una solución utilizando difentes herramientas y metodologías que se desplegan de manera modular.
A continuación se describen los pasos y materiales utilizados para la construcción de un sistema casero de monitoraje-autodefensa para protejer nuestros espacios. Este sistema se basa en MotionEyeOs, una distribución de Linux que permite convertir una Raspberry Pi en una herramienta de monitoraje-autodefensa, y una cámara Pi NoIR V2.
Materiales:
- Raspberrypi3
- Cargador para la raspi
- Targeta SD
- Módulo de cámara Pi NoIR V2
- Foco de luz infraroja (con sensor de luz que hace que sólo se encienda cuando no hay luz, i.e., de noche u oscuridad)
Pasos a seguir
1. Instalar MotionEyeOs en Raspberry Pi3
En este post está explicado https://github.com/ccrisan/motioneyeos/wiki
If you use Linux or OSX, there's a writeimage.sh script that will do everything for you, including the optional setup of a wireless network connection and setting a static IP address. Just run the script as follows (replacing the arguments with appropriate values):
./writeimage.sh -d /dev/mmcblk0 -i "/path/to/motioneyeos.img"
note: specify the device path to the disk and not to some partition (e.g. /dev/mmcblk0 instead of /dev/mmcblk0p1)
You can preconfigure a wireless network connection:
./writeimage.sh -d /dev/mmcblk0 -i "/path/to/motioneyeos.img" -n 'yournet:yourkey'
If you prefer a static IP instead of DHCP, just run the following command:
./writeimage.sh -d /dev/mmcblk0 -i "/path/to/motioneyeos.img" -s "192.168.1.101/24:192.168.1.1:8.8.8.8"
2. Configuración de la cámara Pi NoIR V2