Other Parts Discussed in Thread: CC3200, EK-TM4C129EXL
Hi
i would like to know if there is a way to get the ip address of a server in network format from its name?
i am aware of such functions in cc3200. like
lRetVal = sl_NetAppDnsGetHostByName((signed char *) g_acSNTPserver,strlen(g_acSNTPserver),&g_sAppData.ulDestinationIP, SL_AF_INET);
when you provide the server string as time-c.nist.gov u get the g_sAppData.ulDestinationIP value as 2164657950l .
for tm4c what is the corresponding function
thanks a lot
av