contiki/core/net/rime
2008-07-09 09:33:58 +00:00
..
abc.c This is an initial commit of an implementation of the Chameleon 2008-02-25 02:14:34 +00:00
abc.h This is an initial commit of an implementation of the Chameleon 2008-02-25 02:14:34 +00:00
broadcast.c Changed the 'ibc' and 'uc' Rime modules into the more descriptive names 'broadcast' and 'unicast' 2008-06-26 11:19:22 +00:00
broadcast.h Changed the 'ibc' and 'uc' Rime modules into the more descriptive names 'broadcast' and 'unicast' 2008-06-26 11:19:22 +00:00
chameleon-bitopt.c Added CC_CONST_FUNCTION as a work-around to the sdcc const function pointer bug 2008-07-03 07:38:52 +00:00
chameleon-bitopt.h Added CC_CONST_FUNCTION as a work-around to the sdcc const function pointer bug 2008-07-03 07:38:52 +00:00
chameleon-raw.c Slightly nicer formatting 2008-07-03 21:34:12 +00:00
chameleon-raw.h Added missing #include sys/cc.h to make system compile 2008-07-03 07:37:51 +00:00
chameleon.c Avoid crashing if Rime/Chameleon is not initialized when Rime code is run 2008-07-03 23:13:31 +00:00
chameleon.h This is an initial commit of an implementation of the Chameleon 2008-02-25 02:14:34 +00:00
channel.c This is an initial commit of an implementation of the Chameleon 2008-02-25 02:14:34 +00:00
channel.h This is an initial commit of an implementation of the Chameleon 2008-02-25 02:14:34 +00:00
collect.c Renamed Rime nf module to netflood 2008-07-03 22:02:09 +00:00
collect.h Changed name of Rime module ruc to unicast 2008-07-03 21:52:25 +00:00
ctimer.c
ctimer.h
ipolite.c Bugfix: check should cover min(hdrsize, datalen), not max 2008-07-07 23:27:05 +00:00
ipolite.h Changed the 'ibc' and 'uc' Rime modules into the more descriptive names 'broadcast' and 'unicast' 2008-06-26 11:19:22 +00:00
Makefile.rime Renamed Rime module mh to multihop 2008-07-03 22:36:02 +00:00
mesh.c Renamed Rime module mh to multihop 2008-07-03 22:36:02 +00:00
mesh.h Renamed Rime module mh to multihop 2008-07-03 22:36:02 +00:00
multihop.c Renamed Rime module mh to multihop 2008-07-03 22:36:02 +00:00
multihop.h Renamed Rime module mh to multihop 2008-07-03 22:36:02 +00:00
neighbor-discovery.c Rewrote the neighbor discovery code so that messages are suppressed if a lower rtmetric is received. This reduces the overall number of broadcast packets. 2008-07-09 09:33:58 +00:00
neighbor-discovery.h Rewrote the neighbor discovery code so that messages are suppressed if a lower rtmetric is received. This reduces the overall number of broadcast packets. 2008-07-09 09:33:58 +00:00
neighbor.c
neighbor.h
netflood.c Renamed Rime nf module to netflood 2008-07-03 22:25:22 +00:00
netflood.h Renamed Rime nf module to netflood 2008-07-03 22:25:22 +00:00
polite.c Bugfix: check should cover min(hdrsize, datalen), not max 2008-07-07 23:27:05 +00:00
polite.h
queuebuf.c This is an initial commit of an implementation of the Chameleon 2008-02-25 02:14:34 +00:00
queuebuf.h
rime.c This is an initial commit of an implementation of the Chameleon 2008-02-25 02:14:34 +00:00
rimeaddr.c fixed alignment problem with rime/chameleon 2008-04-01 13:10:22 +00:00
rimeaddr.h
rimebuf.c Added rimebuf attributes for RSSI, timestamp, and network ID (used for e.g. 802.15.4 PAN ID) 2008-06-30 19:57:10 +00:00
rimebuf.h Added rimebuf attributes for RSSI, timestamp, and network ID (used for e.g. 802.15.4 PAN ID) 2008-06-30 19:57:10 +00:00
rimestats.c
rimestats.h
rmh.c Changed name of Rime module ruc to unicast 2008-07-03 21:52:25 +00:00
rmh.h Changed name of Rime module ruc to unicast 2008-07-03 21:52:25 +00:00
route-discovery.c Renamed Rime nf module to netflood 2008-07-03 22:02:09 +00:00
route-discovery.h Renamed Rime nf module to netflood 2008-07-03 22:02:09 +00:00
route.c
route.h
rucb.c Changed name of Rime module ruc to unicast 2008-07-03 21:52:25 +00:00
rucb.h Changed name of Rime module ruc to unicast 2008-07-03 21:52:25 +00:00
rudolph0.c Changed name of the sabc module to stbroadcast 2008-06-30 08:28:53 +00:00
rudolph0.h Changed name of the sabc module to stbroadcast 2008-06-30 08:28:53 +00:00
rudolph1.c
rudolph1.h
rudolph2.c
rudolph2.h
runicast.c Only send ACK if it was possible to allocate a queuebuf to hold the data packet. 2008-07-07 23:27:57 +00:00
runicast.h Changed name of Rime module ruc to unicast 2008-07-03 21:52:25 +00:00
stbroadcast.c Changed name of the sabc module to stbroadcast 2008-06-30 08:28:53 +00:00
stbroadcast.h Changed name of the sabc module to stbroadcast 2008-06-30 08:28:53 +00:00
stunicast.c Changed name of suc module to stunicast 2008-07-03 21:35:46 +00:00
stunicast.h Changed name of suc module to stunicast 2008-07-03 21:35:46 +00:00
timesynch.c Changed name of the simple-cc2420 module to cc2420: changed all function names and variable names from simple_cc2420_* to cc2420_*. 2008-07-02 09:05:40 +00:00
timesynch.h Changed filename of the CC2420 driver from simple-cc2420 to cc2420. 2008-07-01 21:02:51 +00:00
trickle.c Fixed function prototype compiler warning 2008-07-08 10:59:31 +00:00
trickle.h Rewrote the trickle code to run directly over the broadcast primitive: the previous implementation did not work as expected, because packets were not supressed correctly by the previous underlying netflood primitive 2008-07-07 23:29:30 +00:00
unicast.c Changed the 'ibc' and 'uc' Rime modules into the more descriptive names 'broadcast' and 'unicast' 2008-06-26 11:19:22 +00:00
unicast.h Changed the 'ibc' and 'uc' Rime modules into the more descriptive names 'broadcast' and 'unicast' 2008-06-26 11:19:22 +00:00