Close

Redesign of project and code

A project log for SecurityPi

A home security/automation system powered by a raspberry pi central server.

chris-jonesChris Jones 02/12/2015 at 03:310 Comments

I wanted to give everyone and update.

I apologize for the delay thus far, over the last year I have been busy moving my family into our first home, and finally graduating with my Bachelors Degree..

Anyways, some of the issues I previously ran into were related to basing too much of my project around Mochad's socket, so I have started to redesign the project and code.Keeping to my original plan of making it more modular. I am going to separate the modules that handle the data input sources and pass the data to a central location in a standardized protocol, I am currently testing a fifo file for the central source file. Then building a central application to pass the data into the database.

Discussions