Contiki 2.6

Polite Anonymous best effort local area BroadCast (polite) More...

#include "net/rime.h"
#include "net/rime/polite.h"
#include "lib/random.h"
#include <string.h>

Go to the source code of this file.

Functions

void polite_open (struct polite_conn *c, uint16_t channel, const struct polite_callbacks *cb)
 Open a polite connection.
void polite_close (struct polite_conn *c)
 Close a polite connection.
int polite_send (struct polite_conn *c, clock_time_t interval, uint8_t hdrsize)
 Send a packet on a polite connection.
void polite_cancel (struct polite_conn *c)
 Cancel a pending packet.

Detailed Description

Polite Anonymous best effort local area BroadCast (polite)

Author:
Adam Dunkels <adam@sics.se>

Definition in file polite.c.