nes-proj/core/net/rime
adamdunkels f6cf045413 Always add neighbors to the list regardless if their rtmetric is higher than ours or not. If our rtmetric rises, we may need ot have those neighbors in our list. 2007-11-26 23:31:44 +00:00
..
Makefile.rime Added neighborhood discovery module 2007-11-13 21:01:54 +00:00
abc-udp.c
abc-udp.h
abc.c corrected debug print 2007-10-02 13:41:12 +00:00
abc.h Bugfixes, updates 2007-05-15 08:09:21 +00:00
ccsabc.c
ccsabc.h
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 Bugfixes, updates 2007-05-15 08:09:21 +00:00
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
mesh.c Bugfixes, updates 2007-05-15 08:09:21 +00:00
mesh.h
mh.c
mh.h
nbh.c Added debug output 2007-11-17 10:34:17 +00:00
nbh.h Re-added hop count to header, fixes related to ETX computation: adv packets do not add a good etx, timedout packets do not restore the neighbor age, removed unused code 2007-11-17 10:32:54 +00:00
neighbor.c Added function for accessing a specific neighbor 2007-11-26 23:30:13 +00:00
neighbor.h Added function for accessing a specific neighbor 2007-11-26 23:30:13 +00:00
nf.c Bugfixes, updates 2007-05-15 08:09:21 +00:00
nf.h Bugfixes, updates 2007-05-15 08:09:21 +00:00
polite.c Added #ifdef around MAX definition to avoid compiler warnings 2007-11-26 23:22:41 +00:00
polite.h
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 moved initialization of ctimer to allow MAC layer to use ctimers 2007-11-15 13:07:42 +00:00
rimeaddr.c Support for z80(sdcc) port. 2007-08-30 14:39:16 +00:00
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 Rime statistics gathering 2007-05-22 20:48:41 +00:00
rimestats.h Rime statistics gathering 2007-05-22 20:48:41 +00:00
rmh.c Updated ruc callback types to fix compiler warnings 2007-11-17 09:47:55 +00:00
rmh.h Hop-by-hop reliable multi-hop communication primitive (untested) 2007-05-22 20:45:18 +00:00
route-discovery.c Support for z80(sdcc) port. 2007-08-30 14:39:16 +00:00
route-discovery.h
route.c
route.h
ruc.c Updated ruc to send ACKs before notifying applications, and API support for the etx-based tree code 2007-11-13 20:58:46 +00:00
ruc.h Updated ruc to send ACKs before notifying applications, and API support for the etx-based tree code 2007-11-13 20:58:46 +00:00
rucb.c Updated ruc callback types to fix compiler warnings 2007-11-17 09:59:48 +00:00
rucb.h Reliable single-hop unicast bulk transfer 2007-05-22 20:45:49 +00:00
rudolph0.c Support for z80(sdcc) port. 2007-08-30 14:39:16 +00:00
rudolph0.h Fixed compiler warnings to make code compile with gcc's -pedantic switch 2007-11-17 18:01:00 +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 Fixed compiler warnings to make code compile with gcc's -pedantic switch 2007-11-17 18:01:00 +00:00
rudolph2.c Fixed compiler warnings to make code compile with gcc's -pedantic switch 2007-11-17 18:01:00 +00:00
rudolph2.h Fixed compiler warnings to make code compile with gcc's -pedantic switch 2007-11-17 18:01:00 +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
tree.c Always add neighbors to the list regardless if their rtmetric is higher than ours or not. If our rtmetric rises, we may need ot have those neighbors in our list. 2007-11-26 23:31:44 +00:00
tree.h Updated tree to use expected transmissions (etx) as routing metric 2007-11-13 20:39:29 +00:00
trickle.c Bugfixes, updates 2007-05-15 08:09:21 +00:00
trickle.h Bugfixes, updates 2007-05-15 08:09:21 +00:00
uabc.c Bugfixes, updates 2007-05-15 08:09:21 +00:00
uabc.h Bugfixes, updates 2007-05-15 08:09:21 +00:00
uc.c Updated format of debug output 2007-05-22 20:58:00 +00:00
uc.h
uibc.c
uibc.h