Contiki 2.5
Functions
stbroadcast.c File Reference

    Implementation of the Rime module Stubborn Anonymous
    BroadCast (stbroadcast)
More...

#include "net/rime/stbroadcast.h"
#include "net/rime.h"
#include <string.h>

Go to the source code of this file.

Functions

void stbroadcast_open (struct stbroadcast_conn *c, uint16_t channel, const struct stbroadcast_callbacks *u)
 Set up a stbroadcast connection. More...
 
void stbroadcast_set_timer (struct stbroadcast_conn *c, clock_time_t t)
 Set the retransmission time of the current stubborn message. More...
 
int stbroadcast_send_stubborn (struct stbroadcast_conn *c, clock_time_t t)
 Send a stubborn message. More...
 
void stbroadcast_cancel (struct stbroadcast_conn *c)
 Cancel the current stubborn message. More...
 

Detailed Description

    Implementation of the Rime module Stubborn Anonymous
    BroadCast (stbroadcast)
Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se

Definition in file stbroadcast.c.