contiki/core/net/rime
Lionel Debroux 5cb49e8b07 Several compiler warning fixes:
* msp430: fix "implicit declaration of function" warnings in clock.c, by including watchdog.h;
     * sky: fix a couple pointer target signedness warnings;
     * core: fix several signed/unsigned comparison warnings;
     * framer-802154: "const static" -> "static const" to fix compiler warnings;
     * core: comment or remove unused variables and function definitions.

Signed-off-by: Lionel Debroux <lionel_debroux@yahoo.fr>
Signed-off-by: Mariano Alvira <mar@devl.org>
2011-02-20 19:28:14 -05:00
..
abc.c
abc.h
announcement.c
announcement.h
broadcast-announcement.c
broadcast-announcement.h
broadcast.c
broadcast.h
chameleon-bitopt.c
chameleon-bitopt.h
chameleon-raw.c
chameleon-raw.h Added missing #include sys/cc.h to make system compile 2008-07-03 07:37:51 +00:00
chameleon.c
chameleon.h
channel.c
channel.h
collect-link-estimate.c Several compiler warning fixes: 2011-02-20 19:28:14 -05:00
collect-link-estimate.h Replaced default link estimator with an exponential weighted moving average, which reduces memory consumption per neighbor. 2011-01-09 21:14:22 +00:00
collect-neighbor.c Safeguard against NULL arguments 2011-01-10 15:08:52 +00:00
collect-neighbor.h
collect.c More recent packet entries. Allow 4 queue entries to be dedicated to generated packets. 2011-01-18 16:05:53 +00:00
collect.h Increased the max ETX to allow for longer paths even with the initial conservative ETX estimate; made collect use announcements by default 2011-01-09 23:48:33 +00:00
ipolite.c
ipolite.h
Makefile.rime
mesh.c
mesh.h
multihop.c
multihop.h
neighbor-discovery.c
neighbor-discovery.h
netflood.c
netflood.h
polite-announcement.c
polite-announcement.h
polite.c
polite.h added missing include 2010-06-18 08:28:56 +00:00
rime-udp.c A simple but substantial change: uIP used the htons()/HTONS() macro 2010-10-19 18:29:03 +00:00
rime-udp.h
rime.c
rimeaddr.c
rimeaddr.h
rimestats.c
rimestats.h
rmh.c
rmh.h
route-discovery.c Bugfix: copy the originator address from the packetbuf into a local variable to avoid it being overwritten 2010-01-27 08:12:56 +00:00
route-discovery.h
route.c
route.h
rucb.c
rucb.h
rudolph0.c
rudolph0.h
rudolph1.c
rudolph1.h
rudolph2.c
rudolph2.h
runicast.c
runicast.h
stbroadcast.c
stbroadcast.h
stunicast.c
stunicast.h
timesynch.c Revived the timesynch module, which has been switched off since the introduction of the new radio API after Contiki 2.4. The new code uses explicit timestamp messages instead of piggybacking timestamps on every transmission. It is also significantly better in terms of exactness. 2010-12-16 22:47:38 +00:00
timesynch.h
trickle.c
trickle.h
unicast.c
unicast.h