DDNS use No-IP

Dependents:   TCPEchoClient-WIZwiki-W7500

Prerequisite

This is DDNS_NoIP Library. DDNS(Dynamic DNS) host name is linked up to the uesr's dynamic IP address. Whenever the IP changes a dynamic DNS client will send an update to No-IP with the current IP address and then No-IP propagates the DNS change to the internet within seconds.


DDNS Configuration

NoIP Site

https://www.noip.com/ /media/uploads/joon874/1.png

/media/uploads/joon874/14.png

Hardware Configuration

WIZwiki-W7500 Pin map

pin map


Software

DDNS

/* Set ID Pass and Hostname */
void userSetNoIP(char* idpass, char* hostname);

/* Upload DDNS IP Address */
void updateNoIP(void);

/* Check DDNS IP Address */
void checkIp(void);


Caution

History

Wizwiki-W7500 DDNS default tip

2016-01-25, by Ricky_Kwon [Mon, 25 Jan 2016 05:11:13 +0000] rev 1

Wizwiki-W7500 DDNS


DDNS use No-IP

2015-10-29, by Ricky_Kwon [Thu, 29 Oct 2015 00:26:47 +0000] rev 0

DDNS use No-IP