| Contiki-Inga 3.x
    | 
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 linkaddr_t *dest) | 
| Send a mesh packet.  More... | |
| int | mesh_ready (struct mesh_conn *c) | 
| Test if mesh is ready to send a packet (or packet is queued)  More... | |
Header file for the Rime mesh routing protocol
Definition in file mesh.h.
 1.8.3.1
 1.8.3.1