DuckDNS DDNS update client running on esp8266 board
In order to use this DDNS update client, update:
Check your serial monitor logs.
You can do that either from the Arduino IDE or (if you are a terminal guy) from your terminal, using screen
:
screen -L /dev/ttyUSB0 9600
- Cache the currentIP, so that we can compare with the previous one, and update the client only in case of mismatching. This way, we reduce the amount of redundant calls and updates
- Update the timestamp to work in a desired timezone
- Create a webserver interface, so that we can observe updates and changes easily