Microchip® Advanced Software Framework

mesh.h File Reference

    Header file for the Rime mesh routing protocol
Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se

Data Structures

struct  mesh_callbacks
 Mesh callbacks. More...
 
struct  mesh_conn
 

Functions

void mesh_close (struct mesh_conn *c)
 Close an mesh connection. More...
 
void mesh_open (struct mesh_conn *c, uint16_t channels, const struct mesh_callbacks *callbacks)
 Open a mesh connection. More...
 
int mesh_ready (struct mesh_conn *c)
 Test if mesh is ready to send a packet (or packet is queued) More...
 
int mesh_send (struct mesh_conn *c, const linkaddr_t *dest)
 Send a mesh packet. More...