请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CC3235S 主题中讨论的其他器件: UNIFLASH
您好!
在 STA 模式下运行 cc3235S 器件似乎即使不在本地网络中也会发送 mdns 请求、器件中是否默认启用 mDNS? 如果需要、是否可以将其关闭?
此致 Tomas
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.
在 uniflash/imageCreator 中、可以打开"Avevened->system Settings->Network Application"选项卡并从 Station 部分禁用 MDNS。
这会影响默认值。
在运行时、可以使用 sl_NetAppStart/Stop 来启用禁用特定的应用、例如:
sl_NetAppStop (SL_NETAPP_MDNS_ID);