OpenThread 包含使用 POSIX 进程模拟 OpenThread 设备之间的无线通信的平台驱动程序示例。这对于模拟和测试 OpenThread 网络很有用,无需硬件。OpenThread 的持续集成也采用了 POSIX 模拟。
如需查看示例驱动程序,请参阅 GitHub。
架构
POSIX 模拟会在 UDP 套接字之上使用 IEEE 802.15.4 无线驱动程序,为每个设备创建一个进程。
基于 Unix 的系统支持模拟。
OpenThread 包含使用 POSIX 进程模拟 OpenThread 设备之间的无线通信的平台驱动程序示例。这对于模拟和测试 OpenThread 网络很有用,无需硬件。OpenThread 的持续集成也采用了 POSIX 模拟。
如需查看示例驱动程序,请参阅 GitHub。
POSIX 模拟会在 UDP 套接字之上使用 IEEE 802.15.4 无线驱动程序,为每个设备创建一个进程。
基于 Unix 的系统支持模拟。
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. The OPENTHREAD and related marks are trademarks of the Thread Group and are used under license.
最后更新时间 (UTC):2023-09-08。