Skip to content

An over engineered switch for a cctv camera using a Raspberry pi

License

Notifications You must be signed in to change notification settings

theapi/CctvBlindfoldBundle

Repository files navigation

CctvBlindfoldBundle

An over engineered switch for a cctv camera using a Raspberry pi & Symfony.

Requires:

  • nmap
  • Raspberry Pi
  • Stepper motor
  • Cctv camera

Ultimately, the CctvBundle files should be downloaded to the vendor/theapi/cctvblindfoldbundle/Theapi/CctvBlindfoldBundle directory.

Using composer

Simply run assuming you have installed composer.phar or composer binary:

$ composer require ronanguilloux/php-gpio dev-master

$ composer require theapi/cctvblindfoldbundle dev-master

B) Enable the bundle

Enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Theapi\CctvBlindfoldBundle\TheapiCctvBlindfoldBundle(),
    );
}

About

An over engineered switch for a cctv camera using a Raspberry pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages