|
Contiki 2.5
|
Header file for the Rime mesh routing protocolMore...
Go to the source code of this file.
Data Structures | |
| struct | mesh_callbacks |
| Mesh callbacks. More... | |
Functions | |
| void | mesh_open (struct mesh_conn *c, uint16_t channels, const struct mesh_callbacks *callbacks) |
| Open a mesh connection. More... | |
| void | mesh_close (struct mesh_conn *c) |
| Close an mesh connection. More... | |
| int | mesh_send (struct mesh_conn *c, const rimeaddr_t *dest) |
| Send a mesh packet. More... | |
Header file for the Rime mesh routing protocol
Definition in file mesh.h.
1.8.3.1