Contiki 2.5
Functions | Variables
dtn_network.c File Reference
#include "netstack.h"
#include "packetbuf.h"
#include "leds.h"
#include "logging.h"
#include "convergence_layer.h"
#include "agent.h"
#include "dtn_network.h"

Go to the source code of this file.

Functions

uint8_t * dtn_network_get_buffer ()
 Returns the pointer to a buffer that can be used to contruct packets. More...
 
uint8_t dtn_network_get_buffer_length ()
 Returns the maximum buffer length. More...
 
void dtn_network_send (rimeaddr_t *destination, uint8_t length, void *reference)
 Send out the content that was put in the buffer. More...
 

Variables

struct network_driver dtn_network_driver
 Contiki's network driver interface.
 

Detailed Description

Author
Georg von Zengen vonze.nosp@m.ng@i.nosp@m.br.cs.nosp@m..tu-.nosp@m.bs.de
Daniel Willmann danie.nosp@m.l@to.nosp@m.talue.nosp@m.berw.nosp@m.achun.nosp@m.g.de
Wolf-Bastian Pšttner poett.nosp@m.ner@.nosp@m.ibr.c.nosp@m.s.tu.nosp@m.-bs.d.nosp@m.e

Definition in file dtn_network.c.