nes-proj/core/net/rime
2008-01-23 15:07:05 +00:00
..
abc.c Better debug output 2008-01-21 12:19:27 +00:00
abc.h
collect.c Removed unused code 2008-01-08 07:54:40 +00:00
collect.h Minor type change 2008-01-08 07:55:00 +00:00
ctimer.c
ctimer.h
ibc.c Debug formatting fixes 2008-01-08 07:55:15 +00:00
ibc.h
ipolite.c Sending with interval 0 made explicit 2008-01-07 14:53:04 +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 Removed mistakenly added development files 2008-01-14 16:05:34 +00:00
mesh.c Added hopcount to callbacks 2008-01-08 07:55:56 +00:00
mesh.h Added hopcount to callbacks 2008-01-08 07:55:56 +00:00
mh.c Added hopcount to callbacks 2008-01-08 07:55:56 +00:00
mh.h Added hopcount to callbacks 2008-01-08 07:55:56 +00:00
neighbor-discovery.c Rewrote the code to use polite broadcasts istead of regular broadcasts. This reduces the amount of broadcast traffic, particularly for dense networks. 2008-01-14 09:34:00 +00:00
neighbor-discovery.h Rewrote the code to use polite broadcasts istead of regular broadcasts. This reduces the amount of broadcast traffic, particularly for dense networks. 2008-01-14 09:34:00 +00:00
neighbor.c
neighbor.h
nf.c Made a primary transmission go out immediately instead of within a random interval 2008-01-08 08:26:48 +00:00
nf.h
polite.c
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
queuebuf.h
rime.c Rewrote the sniffer code to use a list, which makes it possible to add any number of sniffers. Sniffers now can be both for incoming and outoing packets. 2008-01-14 09:42:00 +00:00
rimeaddr.c
rimeaddr.h
rimebuf.c
rimebuf.h
rimestats.c
rimestats.h
rmh.c Added hopcount to callbacks 2008-01-08 07:55:56 +00:00
rmh.h Added hopcount to callbacks 2008-01-08 07:55:56 +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 Added API for reading the routing table 2008-01-08 07:58:23 +00:00
route.h Added API for reading the routing table 2008-01-08 07:58:23 +00:00
ruc.c Removed unused code 2008-01-14 09:34:33 +00:00
ruc.h
rucb.c Updated debug output 2008-01-14 09:36:35 +00:00
rucb.h
rudolph0.c
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
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
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
suc.h
timesynch.c Added a function for converting a timesynchronized time to a local (rtimer) time 2008-01-23 15:07:05 +00:00
timesynch.h Added a function for converting a timesynchronized time to a local (rtimer) time 2008-01-23 15:07:05 +00:00
trickle.c Bugfix: queue buffers were not freed when a new packet was sent, leading to memory leakage. Added debug output. 2008-01-08 07:59:51 +00:00
trickle.h Minor type change 2008-01-08 08:00:13 +00:00
uc.c
uc.h