contiki/core/net/rime
2009-11-08 19:40:16 +00:00
..
abc.c Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it). 2009-03-12 21:58:20 +00:00
abc.h Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it). 2009-03-12 21:58:20 +00:00
announcement.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
announcement.h Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
broadcast.c Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it). 2009-03-12 21:58:20 +00:00
broadcast.h Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
chameleon-bitopt.c Fixed sdcc compiler problem: function pointers cannot be NULL, so added a dummy function instead 2009-09-09 21:09:42 +00:00
chameleon-bitopt.h
chameleon-raw.c Fixed sdcc compiler problem: function pointers cannot be NULL, so added a dummy function instead 2009-09-09 21:09:42 +00:00
chameleon-raw.h
chameleon.c Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it). 2009-03-12 21:58:20 +00:00
chameleon.h Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it). 2009-03-12 21:58:20 +00:00
channel.c Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it). 2009-03-12 21:58:20 +00:00
channel.h Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it). 2009-03-12 21:58:20 +00:00
collect.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
collect.h Rewrite of the collect module. The new version uses a packet queue for outgoing and forwarded packets so that more than one packet can be forwarded at the same time. The new version uses the packetqueue module to maintain the packet queue. 2009-04-29 20:48:57 +00:00
ctimer.c
ctimer.h
ipolite.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
ipolite.h Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
Makefile.rime New module: packetqueue. The packetqueue module maintains packet queues for other modules. 2009-04-29 20:47:30 +00:00
mesh.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
mesh.h Added const to constant parameters (rime addresses) 2009-03-24 07:15:04 +00:00
multihop.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
multihop.h Added const to constant parameters (rime addresses) 2009-03-24 07:15:04 +00:00
neighbor-discovery.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
neighbor-discovery.h Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
neighbor.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
neighbor.h Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
netflood.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
netflood.h Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
packetbuf.c Removed debug strings to save ROM 2009-10-20 08:06:43 +00:00
packetbuf.h A simple addition with significant performance implications: 2009-11-02 11:58:56 +00:00
packetqueue.c New module: packetqueue. The packetqueue module maintains packet queues for other modules. 2009-04-29 20:47:30 +00:00
packetqueue.h fixed some documentation typos. 2009-05-26 13:58:53 +00:00
polite-announcement.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
polite-announcement.h
polite.c Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it). 2009-03-12 21:58:20 +00:00
polite.h Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it). 2009-03-12 21:58:20 +00:00
queuebuf.c Increased default number of queue buffers 2009-10-19 21:28:59 +00:00
queuebuf.h Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it). 2009-03-12 21:58:20 +00:00
rime-udp.c mac_driver structure has been changed to include the init function. 2009-06-24 16:31:49 +00:00
rime-udp.h A module that enables Rime to run over UDP. 2009-04-06 13:13:26 +00:00
rime.c Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it). 2009-03-12 21:58:20 +00:00
rimeaddr.c
rimeaddr.h fixed some documentation typos. 2009-05-26 13:58:53 +00:00
rimestats.c
rimestats.h
rmh.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
rmh.h Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
route-discovery.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
route-discovery.h Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
route.c Added functionality for decaying routes: when a packet is sent over a route, it is decayed. If the route is not refreshed within four packets (with the route_refresh() function, which is called when a new packet arrives), the route is dropped. A route can be decayed at most once per second 2009-05-10 21:08:01 +00:00
route.h Added prototype missing for quite some time now - do we need -Werror ? 2009-08-20 20:27:17 +00:00
rucb.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
rucb.h Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
rudolph0.c Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it). 2009-03-12 21:58:20 +00:00
rudolph0.h
rudolph1.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
rudolph1.h
rudolph2.c Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it). 2009-03-12 21:58:20 +00:00
rudolph2.h
runicast.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
runicast.h Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
stbroadcast.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
stbroadcast.h fixed some documentation typos. 2009-05-26 13:58:53 +00:00
stunicast.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
stunicast.h Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
timesynch.c fixed compiler warning when timesynch is disabled 2009-03-17 09:57:01 +00:00
timesynch.h
trickle.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
trickle.h Added a timer that randomizes the retransmission of an incoming new trickle version to avoid broadcast collisions 2009-04-06 21:20:35 +00:00
unicast.c Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00
unicast.h Made rimeaddr_t pointers const where they should be. 2009-11-08 19:40:16 +00:00