ayushsharma82 / EasyDDNS

Easy to Use ESP8266 & ESP32 DDNS Update Client Library.
MIT License
195 stars 59 forks source link

how to use it. #2

Closed ajinkyaw closed 6 years ago

ajinkyaw commented 6 years ago

hi , i am working on esp8266 projects, found your library. it is quite interesting. But i am not be able to use it. If i install DUCKDNS_client example into esp8266, whats next then. how to access it via web browser or android app. my code is :

EasyDDNS.service("duckdns");
EasyDDNS.client("esp.duckdns.org","1234567");

i tried to access it in web browser but no response. please guide. thanks

RudyFiero commented 6 years ago

Did you get an account at DuckDNS? https://www.duckdns.org/

ajinkyaw commented 6 years ago

yes i have it.. but i was trying to use it as on local webserver.

ayushsharma82 commented 6 years ago

@ajinkyaw You will have to open the the specific IP Address of your device to Internet for accessing it. These Settings can be found in your Router's admin Panel under "Virtual Servers" category.