Skip to content

axilleastr/esp8266-duckdns-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

esp8266-duckdns-client

DuckDNS DDNS update client running on esp8266 board

How to use it

In order to use this DDNS update client, update:

  1. the wifi credentials
  2. the DucksDNS domain and token

Troubleshooting

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

TODOs

  1. 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
  2. Update the timestamp to work in a desired timezone
  3. Create a webserver interface, so that we can observe updates and changes easily

About

DuckDNS DDNS update client running on esp8266 board

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages