主题中讨论的其他器件:CC2652R
AM 使用5个 LaunchPad cc2652使用 FTD CLI 和恒温器及门 MTD 示例设置线程网络。 但我想设置静态 IP 或固定 IP,它永远不会自动更改。 RLOC16是否固定?
它们的任何选项。
谢谢
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.
我们通常使用 mDNS 服务来解决此类问题。 您可以参阅 openthread.io/.../mdns-discovery
请参阅以下内容:
https://groups.google.com/g/openthread-users/c/R7wfk-Zqvf0
总之、IP 地址是指在设备移动或被移除时更改、而由应用层决定"逻辑配对"(例如、与光配对的交换机)。
例如、您可能会 在每个设备上添加一个 CoAP 服务器、其中包含"unique _id"的属性。 然后、您可以读取此 CoAP 元素以确定"unique id (唯一 ID)"和 IP 地址之间的映射。