New Rime module: mesh, a mesh routing protocol

This commit is contained in:
adamdunkels 2007-03-15 19:52:51 +00:00
parent ab0d556353
commit cc60843e8b
6 changed files with 576 additions and 9 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: channel-assignments.h,v 1.1 2007/03/14 00:27:36 adamdunkels Exp $
* $Id: channel-assignments.h,v 1.2 2007/03/15 19:52:51 adamdunkels Exp $
*/
/**
@ -41,11 +41,11 @@
#ifndef __CHANNEL_ASSIGNMENTS_H__
#define __CHANNEL_ASSIGNMENTS_H__
#define CHANNEL_TREEROUTE_META 16
#define CHANNEL_TREEROUTE_DATA 17
#define CHANNEL_TREE_META 16
#define CHANNEL_TREE_DATA 17
#define CHANNEL_MESHROUTE_RREQ 18
#define CHANNEL_MESHROUTE_RREP 19
#define CHANNEL_MESHROUTE_DATA 20
#define CHANNEL_MESH_RREQ 18
#define CHANNEL_MESH_RREP 19
#define CHANNEL_MESH_DATA 20
#endif /* __CHANNEL_ASSIGNMENTS_H__ */