Contiki 2.6

Anonymous best-effort local area Broad Cast (abc) More...

#include "contiki-net.h"
#include "net/rime.h"

Go to the source code of this file.

Functions

void abc_open (struct abc_conn *c, uint16_t channel, const struct abc_callbacks *u)
 Set up an anonymous best-effort broadcast connection.
void abc_close (struct abc_conn *c)
 Close an abc connection.
int abc_send (struct abc_conn *c)
 Send an anonymous best-effort broadcast packet.
void abc_input (struct channel *channel)
 Internal Rime function: Pass a packet to the abc layer.

Detailed Description

Anonymous best-effort local area Broad Cast (abc)

Author:
Adam Dunkels <adam@sics.se>

Definition in file abc.c.