Close

Code

A project log for Laundrify

A system to monitor shared washing machines in a house(hold) that notifies you when your machine is finished or one becomes available.

timonskutimonsku 08/17/2014 at 15:160 Comments

I've uploaded all my code to GitHub now under the GPLv2 license. All libraries used in my project are under the MIT license.
It's not exactly well written I dont have too many years of coding experience but I tried my best to make it not confusing but readable. After all the code is pretty slim so there is not thousands of lines of code to understand here.
The most work in terms of lines went into the client so far.

The code is not fully functional right now, the part to parse the sensor data and set the machine states accordingly is still missing. More on that in another log. Other than that you can run the server on your local machine and try out the user interface in action. BE AWARE that the user interface is currently 100% smartphone optimized, while you can use it on a dektop it will look like shit.

https://github.com/PTS93/Laundrify/

Discussions