ValpOS 0.19 - More sensors
Some updates regarding my ValpOS hobby project.
Since last time I extended the system with support for magnetic switches (used to detect if the doors are open or not), and a set of buzzer/leds used to show the status of the system (ie: alarm is activated).
Also has been added a terminal, some real-time re-skinnning of the whole page to reflect the status, and all the query/answer system is now shared by the web page and the irc client.
All the parameters are now stored in a common "sensor" interface that allows to register parameter updated with their time-stamp and history, and eventually inform sub-systems that are interested by the information (ex: the LED status change colors when the security system status is modified).
All in all, it's a funny way to learn Javascript/CSS and keep up to date on the modern C++ front :)