有人尝试过吗?
如何为器件分配地址以便进行通信?
我怀疑是在"网状"数据结构上、但它不是写入或初始化的。
(笑声) "ms.h"中有这样的定义
struct mesh_conn{
struct multihop_conn multihop;
struct route_discovery_conn route_discovery_conn;
struct queuebuf * queued_data;
linkaddr_t queued_data_dest;
const struct mesh_callback *;
};
声明为
静态结构 mesh_conn mesh;
或者可能由函数"mesh_open(&mesh、132、&callback)生成;"
我找到了 doxygen doc (contiki.sourceforge.net/.../a01798.html) 、其中是"Rime communication stack"部分、但我会收到任何其他信息源。