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.

[参考译文] CC3235S:mDNS 默认为启用

Guru**** 2482225 points
Other Parts Discussed in Thread: CC3235S, UNIFLASH

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

https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1284102/cc3235s-mdns-enabled-by-default

器件型号:CC3235S
主题中讨论的其他器件: UNIFLASH

您好!

在 STA 模式下运行 cc3235S 器件似乎即使不在本地网络中也会发送 mdns 请求、器件中是否默认启用 mDNS? 如果需要、是否可以将其关闭?

此致 Tomas

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

    在 uniflash/imageCreator 中、可以打开"Avevened->system Settings->Network Application"选项卡并从 Station 部分禁用 MDNS。

    这会影响默认值。

    在运行时、可以使用 sl_NetAppStart/Stop 来启用禁用特定的应用、例如:

    sl_NetAppStop (SL_NETAPP_MDNS_ID);

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

    好的、谢谢 Kobi、会尝试