osd-contiki/core/net/rime
2007-03-25 12:03:59 +00:00
..
abc-udp.c UDP initialization fixed 2007-03-15 09:56:00 +00:00
abc-udp.h Rime driver running over UDP 2007-03-13 13:02:33 +00:00
abc.c Renamed rimebuf_hdrextend() to rimebuf_hdralloc() 2007-03-23 10:46:35 +00:00
abc.h Added *_close() function to all Rime modules 2007-03-19 22:10:16 +00:00
ccsabc.c Added *_close() function to all Rime modules 2007-03-19 22:10:16 +00:00
ccsabc.h Added *_close() function to all Rime modules 2007-03-19 22:10:16 +00:00
ctimer.c Initial import of the experimental Rime code into the SourceForge CVS. 2007-02-28 16:38:51 +00:00
ctimer.h Initial import of the experimental Rime code into the SourceForge CVS. 2007-02-28 16:38:51 +00:00
ibc.c Renamed rimebuf_hdrextend() to rimebuf_hdralloc() 2007-03-23 10:46:35 +00:00
ibc.h Added *_close() function to all Rime modules 2007-03-19 22:10:16 +00:00
Makefile.rime Moved rudolph{0,1} from apps/ directory into core/net/rime 2007-03-25 11:56:59 +00:00
mesh.c Refactored the mesh code by splitting multi-hop forwarding and route discovery. The mesh module is now much simpler than before 2007-03-22 17:34:16 +00:00
mesh.h Refactored the mesh code by splitting multi-hop forwarding and route discovery. The mesh module is now much simpler than before 2007-03-22 17:34:16 +00:00
mh.c Renamed rimebuf_hdrextend() to rimebuf_hdralloc() 2007-03-23 10:46:35 +00:00
mh.h Best effort multi-hop routing 2007-03-22 17:33:15 +00:00
neighbor.c Added stdio.h for printf. 2007-03-24 13:57:04 +00:00
neighbor.h Added automatic timeouts 2007-03-22 17:34:43 +00:00
nf.c Renamed rimebuf_hdrextend() to rimebuf_hdralloc() 2007-03-23 10:46:35 +00:00
nf.h nf is now based on uibc 2007-03-21 23:21:54 +00:00
queuebuf.c Renamed rimebuf_hdrextend() to rimebuf_hdralloc() 2007-03-23 10:46:35 +00:00
queuebuf.h Added functions for accessing the data and length of a queued buffer 2007-03-20 12:26:23 +00:00
rime-debug.h Fixed debug output 2007-03-20 12:28:13 +00:00
rime.c Removed unused node-id,.h 2007-03-22 23:57:19 +00:00
rimeaddr.c Removed redundant initialization 2007-03-24 16:42:21 +00:00
rimeaddr.h Remade the rimeaddr_t u16 to be an array rather than a scalar 2007-03-21 23:22:11 +00:00
rimebuf.c #if'ed away debugging code 2007-03-24 16:42:36 +00:00
rimebuf.h File description 2007-03-24 16:42:43 +00:00
route-discovery.c Refactored the mesh code by splitting multi-hop forwarding and route discovery. The mesh module is now much simpler than before 2007-03-22 17:34:16 +00:00
route-discovery.h Refactored the mesh code by splitting multi-hop forwarding and route discovery. The mesh module is now much simpler than before 2007-03-22 17:34:16 +00:00
route.c Make route lifetime dynamically configurable 2007-03-25 12:03:59 +00:00
route.h Make route lifetime dynamically configurable 2007-03-25 12:03:59 +00:00
ruc.c Renamed rimebuf_hdrextend() to rimebuf_hdralloc() 2007-03-23 10:46:35 +00:00
ruc.h Added *_close() function to all Rime modules 2007-03-19 22:10:16 +00:00
rudolph0.c Moved rudolph{0,1} from apps/ directory into core/net/rime 2007-03-25 11:56:59 +00:00
rudolph0.h Moved rudolph{0,1} from apps/ directory into core/net/rime 2007-03-25 11:56:59 +00:00
rudolph1.c Moved rudolph{0,1} from apps/ directory into core/net/rime 2007-03-25 11:56:59 +00:00
rudolph1.h Moved rudolph{0,1} from apps/ directory into core/net/rime 2007-03-25 11:56:59 +00:00
sabc.c Make use of consistent timer interface code 2007-03-25 12:03:41 +00:00
sabc.h Fixed compilation problem, added send() call so that a packet is sent out immediately 2007-03-20 12:26:57 +00:00
sibc.c Added *_close() function to all Rime modules 2007-03-19 22:10:16 +00:00
sibc.h Added *_close() function to all Rime modules 2007-03-19 22:10:16 +00:00
suc.c Renamed suc_send_uc() to suc_send(), fixed debug output 2007-03-20 12:27:32 +00:00
suc.h Renamed suc_send_uc() to suc_send(), fixed debug output 2007-03-20 12:27:32 +00:00
tree.c Renamed rimebuf_hdrextend() to rimebuf_hdralloc() 2007-03-23 10:46:35 +00:00
tree.h Added support for multiple simulteaneous tree connections, removed sibc connection in favour of a uibc connection 2007-03-22 18:54:22 +00:00
trickle.c Renamed rimebuf_hdrextend() to rimebuf_hdralloc() 2007-03-23 10:46:35 +00:00
trickle.h Added configurable interval 2007-03-21 23:23:02 +00:00
uabc.c Queued packet pointer should be NULL when no packet is queued 2007-03-22 17:37:10 +00:00
uabc.h New Rime module: unique anonymous best effort broadcast 2007-03-20 11:59:55 +00:00
uc.c Renamed rimebuf_hdrextend() to rimebuf_hdralloc() 2007-03-23 10:46:35 +00:00
uc.h Added *_close() function to all Rime modules 2007-03-19 22:10:16 +00:00
uibc.c Added debugging output 2007-03-25 12:03:12 +00:00
uibc.h Unique identified best effort local area broadcast 2007-03-21 23:21:01 +00:00