mDNS Library for nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, AVR Mega, RP2040-based boards, etc. using Ethernet W5x00. Supports mDNS (Registering Services) and DNS-SD (Service Discovery). Ethernet_Generic library is used as default for W5x00
The purpose of this project is to create a smart thermostat that controls the temperature of a house based on certain rules according to the day, time and threshold temperature. It also allows to know the record of temperatures registered during a configured time. It has a web dashboard to know the status of the system and program its behaviour and an LCD screen to know the status of the system. Users are notified by mail about fails, changes of state, etc.. Communication between devices is via wifi ethernet using mDNS(multicast dns) and DNS-SD (dns service discovery), so address configuration is not needed.