.. |
abc.c
|
|
|
abc.h
|
|
|
collect.c
|
Changed local rtmetric name from 'local_rtmetric' to 'rtmetric' and updated the neighbor discovery module from nbh to neighbor-discovery
|
2007-12-09 15:43:09 +00:00 |
collect.h
|
Changed local rtmetric name from 'local_rtmetric' to 'rtmetric' and updated the neighbor discovery module from nbh to neighbor-discovery
|
2007-12-09 15:43:09 +00:00 |
ctimer.c
|
added fix to enable start of ctimers before etimer process has started
|
2007-11-13 15:13:03 +00:00 |
ctimer.h
|
|
|
ibc.c
|
|
|
ibc.h
|
anonymous -> identified.
|
2007-11-12 12:34:29 +00:00 |
ipolite.c
|
Added #ifdef around MAX definition to avoid compiler warnings
|
2007-11-26 23:22:41 +00:00 |
ipolite.h
|
Cleaned up #includes to avoid cyclic dependencies - the Rime includes no longer depend on rime.h
|
2007-12-17 09:14:08 +00:00 |
Makefile.rime
|
Changed name on the neighbor discovery module from (cryptic) 'nbh' to 'neighbor-discovery'
|
2007-12-09 15:40:43 +00:00 |
mesh.c
|
Correct route lookup
|
2007-12-05 13:40:26 +00:00 |
mesh.h
|
Cleaned up #includes to avoid cyclic dependencies - the Rime includes no longer depend on rime.h
|
2007-12-17 09:14:08 +00:00 |
mh.c
|
Updated debug output
|
2007-12-05 13:40:34 +00:00 |
mh.h
|
Updated the multihop forwarding interface to match the intended operation of the module: to let the user produce the route, and the mh module only does the forwarding
|
2007-11-28 19:55:27 +00:00 |
neighbor-discovery.c
|
Changed name on the neighbor discovery module from (cryptic) 'nbh' to 'neighbor-discovery'
|
2007-12-09 15:40:43 +00:00 |
neighbor-discovery.h
|
Documentation updates
|
2007-12-16 14:33:32 +00:00 |
neighbor.c
|
Maximum rtmetric now defined by the collect module - a bit of a hack since this probably should be configured elsewhere (and be referenced by both the collect and the neighbor module) but it will do for now
|
2007-12-09 15:44:21 +00:00 |
neighbor.h
|
Changed to store neighbors' rtmetrics as 16 bit valued
|
2007-12-09 15:43:51 +00:00 |
nf.c
|
Cleaned up #includes to avoid cyclic dependencies - the Rime includes no longer depend on rime.h
|
2007-12-17 09:14:08 +00:00 |
nf.h
|
|
|
polite.c
|
Added #ifdef around MAX definition to avoid compiler warnings
|
2007-11-26 23:22:41 +00:00 |
polite.h
|
Cleaned up #includes to avoid cyclic dependencies - the Rime includes no longer depend on rime.h
|
2007-12-17 09:14:08 +00:00 |
queuebuf.c
|
Fixed compiler warnings to make code compile with gcc's -pedantic switch
|
2007-11-17 18:01:00 +00:00 |
queuebuf.h
|
|
|
rime.c
|
Expose the Rime MAC driver so that applications can use it - a bit of a hack, but it works for now
|
2007-12-05 13:21:58 +00:00 |
rimeaddr.c
|
|
|
rimeaddr.h
|
Made Rime address size configurable through contiki-conf.h
|
2007-11-26 23:30:35 +00:00 |
rimebuf.c
|
Fixed compiler warnings to make code compile with gcc's -pedantic switch
|
2007-11-17 18:01:00 +00:00 |
rimebuf.h
|
Fixed compiler warnings to make code compile with gcc's -pedantic switch
|
2007-11-17 18:01:00 +00:00 |
rimestats.c
|
|
|
rimestats.h
|
|
|
rmh.c
|
Don't call the forward function if it is not defined
|
2007-12-05 13:25:07 +00:00 |
rmh.h
|
Fixed include of ruc instead of abc
|
2007-11-28 20:00:07 +00:00 |
route-discovery.c
|
|
|
route-discovery.h
|
Cleaned up #includes to avoid cyclic dependencies - the Rime includes no longer depend on rime.h
|
2007-12-17 09:14:08 +00:00 |
route.c
|
Made use of uip_ipaddr_to_quad().
|
2008-01-04 23:28:33 +00:00 |
route.h
|
Cleaned up #includes to avoid cyclic dependencies - the Rime includes no longer depend on rime.h
|
2007-12-17 09:14:08 +00:00 |
ruc.c
|
Documentation updates
|
2007-12-16 14:33:32 +00:00 |
ruc.h
|
Documentation updates
|
2007-12-16 14:33:32 +00:00 |
rucb.c
|
Removed debug output
|
2007-11-28 20:03:50 +00:00 |
rucb.h
|
|
|
rudolph0.c
|
Removed debug output
|
2007-11-28 20:03:50 +00:00 |
rudolph0.h
|
Cleaned up #includes to avoid cyclic dependencies - the Rime includes no longer depend on rime.h
|
2007-12-17 09:14:08 +00:00 |
rudolph1.c
|
Fixed compiler warnings to make code compile with gcc's -pedantic switch
|
2007-11-17 18:01:00 +00:00 |
rudolph1.h
|
Cleaned up #includes to avoid cyclic dependencies - the Rime includes no longer depend on rime.h
|
2007-12-17 09:14:08 +00:00 |
rudolph2.c
|
Removed debug output
|
2007-11-28 20:03:50 +00:00 |
rudolph2.h
|
Cleaned up #includes to avoid cyclic dependencies - the Rime includes no longer depend on rime.h
|
2007-12-17 09:14:08 +00:00 |
sabc.c
|
|
|
sabc.h
|
|
|
sibc.c
|
|
|
sibc.h
|
|
|
suc.c
|
Added API to retrieve address of current receiver
|
2007-11-13 21:00:10 +00:00 |
suc.h
|
Added API to retrieve address of current receiver
|
2007-11-13 21:00:10 +00:00 |
trickle.c
|
|
|
trickle.h
|
Cleaned up #includes to avoid cyclic dependencies - the Rime includes no longer depend on rime.h
|
2007-12-17 09:14:08 +00:00 |
uc.c
|
|
|
uc.h
|
|
|