为 CC2538 测试 OpenThread 的过程是什么?
What is the procedure to test OpenThread for CC2538?
demo provided at Github for CC2538 没有描述测试过程。如果遵循 POSIX(旧版本)描述的过程,则 start
命令无效。
虽然文档 help
将 start
列为命令,但它不是有效命令(在 cli.cpp 中)。
有人可以指导我完成测试过程吗?
我找到了,它在apps
路径中提到,我错过了。
https://github.com/openthread/openthread/tree/master/examples/apps/cli
demo provided at Github for CC2538 没有描述测试过程。如果遵循 POSIX(旧版本)描述的过程,则 start
命令无效。
虽然文档 help
将 start
列为命令,但它不是有效命令(在 cli.cpp 中)。
有人可以指导我完成测试过程吗?
我找到了,它在apps
路径中提到,我错过了。
https://github.com/openthread/openthread/tree/master/examples/apps/cli