Giter Site home page Giter Site logo

doorstate's Introduction

doorstate

by CRX 2015

UNAUFGERAEUMT UND QUICK ND DIRTY VERSION ... BETA - ES FEHLT NOCH EIN WICHTIGER BESTANDTEIL FÃœR DNE DAUERBETRIEB

#TODO:

als service einbinden code aufräumen


am pi an die pins (!REV2!)GPIO22 mit PIN17 (3,3V) ueber einen schalter verbinden.

die "upload.php" kommt auf den Webserver

auf dem pi

sudo ./gpiostatus

#FUNKTION: zu anfang wird der aktuelle status hochgeladen jede sekunde wird der status abgefagt bei änderung wird der status neu hochgeladen

um trollen entgegenzuwirken wird auf dem PI eine random zahl erzeugt, diese wird gesalzen (einfaches addieren) und gehascht. der random und hash sowie status wird hochgeladen.

der webserver salzt mit dem spezial geheim salz den pin mcht ein hash und prüft den mitgesendetet hash - sind beide gleich wurde das gleiche salz genutzt und der status wird nach status.txt auf dem webserver geschriben!

#ABHAENGIGKEITEN:

pi@raspberrypi ~ $ sudo apt-get update
pi@raspberrypi ~ $ sudo apt-get install git-core 

pi@raspberrypi ~ $ git clone git://git.drogon.net/wiringPi
pi@raspberrypi ~ $ cd WiringPi
pi@raspberrypi ~/WiringPi $ ./build 

SOURCE "UMBAUEN":

nur g++ langt nicht...

g++ sha256.cpp gpiostatus.cpp -o gpiostatus -lwiringPi

doorstate's People

Contributors

ccrrx avatar

Watchers

James Cloos avatar Marcel avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.