|
Contiki 3.x
|
An implementation of the Deluge protocol.More...
#include "contiki.h"#include "net/rime/rime.h"#include "cfs/cfs.h"#include "loader/elfloader.h"#include "lib/crc16.h"#include "lib/random.h"#include "sys/node-id.h"#include "deluge.h"#include "dev/leds.h"#include <stdlib.h>#include <string.h>Go to the source code of this file.
An implementation of the Deluge protocol.
(Hui and Culler: The dynamic behavior of a data dissemination protocol for network programming at scale, ACM SenSys 2004)
Definition in file deluge.c.
1.8.5