osd-contiki/core
Adam Dunkels faff1c2a7e Preliminary support for RPL node types. This change allows a node to be in any of three given types:
* Mesh: this is the normal case. Nodes route data on behalf of others and the node can be reached via a DAO route.
* Leaf: the node does not route data on behalf of others, but others can route data to the node (it has a RPL DAO route).
* Feather: this is a new type of node. A feather node routes data on behalf of others, but does not install DAO routes in the network. Feather nodes allow having a larger number of nodes than the RPL network can sustain in terms of routing tables.

This commit introduces the RPL node types and the feather mode, but does not add support for the leaf node type.
2013-11-24 15:17:52 +01:00
..
cfs Changed handling of predefined macros in cc65 allows for simplification. 2013-11-20 20:55:56 +01:00
ctk Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
dev Removed old unused timetable code 2013-11-19 08:29:23 +01:00
lib Use TRICKLE_TIMER_IS_STOPPED in trickle_timer_stop() 2013-09-30 12:37:03 +01:00
loader Parse rodata too 2013-08-06 21:33:03 +02:00
net Preliminary support for RPL node types. This change allows a node to be in any of three given types: 2013-11-24 15:17:52 +01:00
sys Removed old unused sys/ files 2013-11-19 00:23:13 +01:00
contiki-default-conf.h Fix naming issues and includes in uip-ds6-nbr.h 2013-08-19 17:48:30 +02:00
contiki-lib.h Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
contiki-net.h Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
contiki-version.h Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
contiki.h A default configuraion file for Contiki 2013-03-18 11:12:43 +01:00