Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 contiki cooja 上创建一个项目,用于检测 WSN 中的故障节点,我必须使用哪些文件来创建它。
您可以在 contiki/examples/ 下的 rpl-udp 项目的 udp-client.c 和 udp-server.c 文件中实现您的逻辑。您只需要包含所需的头文件并使用它们。