Maybe it's a bit early to announce this, but I need help, comments, suggestions, beta testers, whatever

:
SmartStrip is a sketch for Arduino meant to allow advanced control of relays through a web interface. SmartStrip currently supports always ON/always OFF and temperature-controlled relays, i.e.: a relay can be configured to turn on when the temperature goes above/below a given threshold (with a given hysteresis margin). The temperature is measured through a DS18B20 sensor connected to any pin of the Arduino.
https://github.com/SukkoPera/SmartStripProbably the most important feature is that SmartStrip is
compatible with both the official Ethernet Shield and ENC28J60-based shields, which makes it able to run almost everywhere. To achieve this goal, SmartStrip uses a library I wrote that I'm announcing as well:
Sukkino is a collection of libraries for the Arduino platform. I originally wrote them for my own projects but I think many arduinists can take advantage from them. It contains a universael webserver capable of delivering dynamic contents, a method for writing runtime assertions and one for reading/writing arbitrary objects from/to EEPROM.
https://github.com/SukkoPera/SukkinoSo here we go. I'm very open to suggestions, collaboration, questions, so just reply with your ideas

.