Wiselib
|
#include "util/base_classes/routing_base.h"
#include "algorithms/routing/tora/tora_routing_types.h"
#include "algorithms/routing/tora/tora_routing_message.h"
#include "algorithms/routing/tora/tora_broadcast_message.h"
#include <string.h>
#include <map>
#include <limits.h>
Go to the source code of this file.
Classes | |
class | wiselib::ToraRouting< OsModel_P, RoutingTable_P, Radio_P, Debug_P > |
Tora routing algorithm. More... | |
Namespaces | |
namespace | wiselib |
AES Algorithm. | |
Defines | |
#define | DEBUG |
#define | UN 0 |
#define | DN 1 |
#define | UP 2 |
#define | ECHO_INTERVAL 2 |
#define | ALLOWED_LOSS ECHO_INTERVAL * 2 |
#define | NET_DIAM 30 |
#define | TORA_TIMEOUT NET_DIAM * 2 |
#define ALLOWED_LOSS ECHO_INTERVAL * 2 |
#define DEBUG |
#define DN 1 |
#define ECHO_INTERVAL 2 |
#define NET_DIAM 30 |
#define TORA_TIMEOUT NET_DIAM * 2 |
#define UN 0 |
#define UP 2 |