This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] TM4C129XNCZAD:按名称获取主机

Guru**** 1797760 points
Other Parts Discussed in Thread: CC3200, EK-TM4C129EXL
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/575944/tm4c129xnczad-get-host-by-name

器件型号:TM4C129XNCZAD
Thread 中讨论的其他器件:CC3200EK-TM4C129EXL

你(们)好  

我想知道是否有办法从服务器名称中获取网络格式的服务器 IP 地址?

我知道 cc3200中的这些功能。 比如  

lRetVal = sl_NetAppDnsGetHostByName ((signed char *) g_acSNTPserver、strlen (g_acSNTPserver)、&g_sAppData.ulDestinationIP、sl_AF_iNet);

如果将服务器字符串作为  time-c.nist.gov 提供,您将获得 g_sAppData.ulDestinationIP 值2164657950l 

对于 tm4c、对应的函数是什么

非常感谢

AV

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    大家好、av、

    如果使用 lwIP、则可以使用 DNS.c 文件中的 API "DNS_gethostbyne"将 URL 解析为 IP 地址。  请参阅 DK-TM4C129X 板的"QS_WEATH"应用以了解如何完成此操作。

    如果使用 TI-RTOS、请参考以下示例。 此示例专为 EK-TM4C129EXL 电路板而设计、但可轻松移植到 DK-TM4C129X 电路板。  

    谢谢、
    SAI